From d63b3a5b22778ed12219972e4995d47e242e6eaf Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sun, 12 Apr 2020 22:11:25 +0200 Subject: [PATCH] Resize logo on details page --- src/assets/css/librarybrowser.css | 32 ++++--------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/src/assets/css/librarybrowser.css b/src/assets/css/librarybrowser.css index 22b9b6f5e..566cca3b5 100644 --- a/src/assets/css/librarybrowser.css +++ b/src/assets/css/librarybrowser.css @@ -609,11 +609,11 @@ } .detailLogo { - width: 67.25vw; - height: 14.5vh; + width: 40vw; + height: 30vh; position: absolute; - top: 15vh; - right: 0; + top: 7.5vh; + right: 18; -webkit-background-size: auto; background-size: auto; } @@ -622,30 +622,6 @@ display: none; } -@media all and (max-width: 87.5em) { - .detailLogo { - right: 5%; - } -} - -@media all and (max-width: 75em) { - .detailLogo { - right: 2%; - } -} - -@media all and (max-width: 68.75em) { - .detailLogo { - width: 14.91em; - height: 3.5em; - right: 5%; - bottom: 5%; - top: auto; - background-position: center right; - display: none; - } -} - .itemDetailImage { width: 100% !important; -webkit-box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.75);