forked from indymedia/epicyon
Default mobile banner height
parent
da9c50181b
commit
eaac43411b
|
@ -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 {
|
||||
|
|
2
theme.py
2
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",
|
||||
|
|
Loading…
Reference in New Issue