Fix to book entry for mobile (narrow screens)

This commit is contained in:
Emilia Allison 2023-08-02 13:43:36 -04:00
parent 040c1dc854
commit 36acf28e9f
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 1 additions and 1 deletions

View File

@ -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"