1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 23:46:39 +01:00

Fixes style on mobile

This commit is contained in:
Amir Raminfar
2023-03-10 12:19:56 -08:00
parent a1af2c60cd
commit 13db2cfb58

View File

@@ -118,15 +118,23 @@
/**
* Dozzle css
* --------------------------------------------------------------------------
* --------------------------------------------------------------------------
**/
@media (max-width: 960px) {
.is-home .VPHero {
margin-top: -1em;
}
}
.VPHero .container {
max-width: 100%;
}
.is-home .container .main {
padding-right: 4em;
@media (min-width: 960px) {
.is-home .container .main {
padding-right: 4em;
}
}
.VPHomeHero .tagline {