diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 05b843ae..d28b7052 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -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 {