From c245897c9f07db038e0807d44c876326d1ca3565 Mon Sep 17 00:00:00 2001 From: Prayag Date: Fri, 17 Dec 2021 14:26:54 +0530 Subject: [PATCH] Fix Logo covering text on title page --- addons/Logo.css | 3 +-- default.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/addons/Logo.css b/addons/Logo.css index 61e564b..9cbb722 100644 --- a/addons/Logo.css +++ b/addons/Logo.css @@ -7,7 +7,6 @@ flex-shrink: 0; background-position: 0 50%; margin-top: 8vh; - margin-bottom: -10em !important; } .layout-mobile .detailLogo { @@ -28,7 +27,7 @@ } .layout-desktop .hide + .detailPageWrapperContainer .detailRibbon { - margin-top: 10em; + margin-top: 8vh; } .itemName { diff --git a/default.css b/default.css index c545c94..6172a94 100644 --- a/default.css +++ b/default.css @@ -685,7 +685,7 @@ div#itemBackdrop { } .layout-desktop .detailRibbon { - margin-top: 7.2em; + margin-top: 0 !important; } .layout-mobile #itemDetailPage {