From e707a60dc21d2e7da5195019b6d56ac273c5be0f Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 23 Apr 2023 00:53:40 -0700 Subject: [PATCH] Update cover to retain correct aspect ratio --- cps/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 0bab5b53..aaa549ce 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -172,7 +172,7 @@ table .bg-dark-danger a { color: #fff; } .container-fluid .book .cover span .img { bottom: 0; - height: 100%; + width: 100%; position: absolute; }