From 36acf28e9fae52d89497132e01a2c7de6c919a87 Mon Sep 17 00:00:00 2001 From: Emilia Date: Wed, 2 Aug 2023 13:43:36 -0400 Subject: [PATCH] Fix to book entry for mobile (narrow screens) --- src/scss/waltuh/components/_book_entry.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/waltuh/components/_book_entry.scss b/src/scss/waltuh/components/_book_entry.scss index 9d6d57d..1fc8f17 100644 --- a/src/scss/waltuh/components/_book_entry.scss +++ b/src/scss/waltuh/components/_book_entry.scss @@ -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"