diff --git a/epicyon-profile.css b/epicyon-profile.css index 614c977dc..8505bf9c3 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -117,7 +117,7 @@ --likes-count-offset-mobile: 10px; --publish-button-vertical-offset: 10px; --banner-height: 15vh; - --banner-height-mobile: 15vh; + --banner-height-mobile: 10vh; } @font-face { diff --git a/theme.py b/theme.py index 00c40b3dc..cfdc2f689 100644 --- a/theme.py +++ b/theme.py @@ -459,7 +459,7 @@ def setThemeNight(baseDir: str): "url('./fonts/solidaric-italic.woff2') format('woff2')" themeParams = { "banner-height": "15vh", - "banner-height-mobile": "15vh", + "banner-height-mobile": "10vh", "focus-color": "blue", "font-size-button-mobile": "26px", "font-size": "32px",