From a0243390c4dead66456a5098cc4541b317270c64 Mon Sep 17 00:00:00 2001 From: Niklas Buse Date: Tue, 27 Feb 2024 00:07:29 +0100 Subject: [PATCH] Fix: Book Size for wider screens --- static/css/now.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/now.css b/static/css/now.css index 19ca09f..c1cd8cd 100644 --- a/static/css/now.css +++ b/static/css/now.css @@ -58,7 +58,7 @@ img{ margin-right: 10px; - width: 8vw; + width: 12vh; /* width should be relativ to view height, and not width, because else the book cover would be too big on screen */ } }