diff --git a/epicyon-profile.css b/epicyon-profile.css index 281af736..614c977d 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -116,7 +116,7 @@ --likes-count-offset: 5px; --likes-count-offset-mobile: 10px; --publish-button-vertical-offset: 10px; - --banner-height: 30vh; + --banner-height: 15vh; --banner-height-mobile: 15vh; } diff --git a/theme.py b/theme.py index 5cad9efb..00c40b3d 100644 --- a/theme.py +++ b/theme.py @@ -458,6 +458,8 @@ def setThemeNight(baseDir: str): fontStrItalic = \ "url('./fonts/solidaric-italic.woff2') format('woff2')" themeParams = { + "banner-height": "15vh", + "banner-height-mobile": "15vh", "focus-color": "blue", "font-size-button-mobile": "26px", "font-size": "32px",