diff --git a/main-site/themes/temper/static/css/style.css b/main-site/themes/temper/static/css/style.css index 3711e56..9a20edf 100644 --- a/main-site/themes/temper/static/css/style.css +++ b/main-site/themes/temper/static/css/style.css @@ -238,3 +238,15 @@ ul.timeline > li:before { margin: 0.3em; } +/* Mobile friendly settings */ +@media only screen and (max-width: 800px) { + .headline { + position: static; + transform: none; + padding: 25px; + } + .launchpad { + position: static; + transform: none; + } +}