mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
changed media query
This commit is contained in:
@@ -24,7 +24,14 @@
|
||||
}
|
||||
|
||||
.book_details_list {
|
||||
grid-template-rows: 0.5fr 0.5fr 2fr 0.15fr 0.25fr;
|
||||
display: grid;
|
||||
grid-template-areas:
|
||||
"book_title"
|
||||
"book_author"
|
||||
"book_tags"
|
||||
"book_controls";
|
||||
grid-area: details;
|
||||
grid-template-rows: .5fr .5fr .15fr 0.25fr;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,17 +52,6 @@
|
||||
min-width: 100%;
|
||||
margin: 0px auto 10px auto;
|
||||
}
|
||||
|
||||
.book_details_list {
|
||||
display: grid;
|
||||
grid-template-areas:
|
||||
"book_title"
|
||||
"book_author"
|
||||
"book_tags"
|
||||
"book_controls";
|
||||
grid-area: details;
|
||||
grid-template-rows: .5fr .5fr .15fr 0.25fr;
|
||||
}
|
||||
.nav_search{
|
||||
/* display: none !important; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user