Fix to book entry for mobile (narrow screens)
This commit is contained in:
parent
040c1dc854
commit
36acf28e9f
|
@ -16,7 +16,7 @@
|
|||
div {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-rows: 4rem 1fr;
|
||||
grid-template-rows: max-content 1fr;
|
||||
grid-template-areas:
|
||||
"author year score"
|
||||
"comments comments comments"
|
||||
|
|
Loading…
Reference in New Issue