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"