From 3eb6b34ddd1025302b7645a4dec7af611a17c26b Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Tue, 2 Jul 2024 22:21:49 +0100 Subject: [PATCH] Update style.css --- library/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/static/css/style.css b/library/static/css/style.css index b6ce6f5..11d0816 100644 --- a/library/static/css/style.css +++ b/library/static/css/style.css @@ -11,7 +11,7 @@ cursor: pointer; } -#book-page-detail-img { +.book-page-detail-img, #book-page-detail-img { @media (max-width: 767px) { width: 160px; } -- GitLab