Default mobile banner height

merge-requests/8/head
Bob Mottram 2020-10-28 21:56:27 +00:00
parent da9c50181b
commit eaac43411b
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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",