diff --git a/webserver/static/styles/index.css b/webserver/static/styles/index.css index a3b8d7a..7925c56 100644 --- a/webserver/static/styles/index.css +++ b/webserver/static/styles/index.css @@ -33,10 +33,11 @@ body { display: none; } -/* Smartphones ----------- */ -@media only screen and (max-width: 760px) { - .mobile-warn { - display: block; - } +.mobile-warn.show { + display: block; +} + +.mobile-warn > strong { + margin-right: 5px; } /*# sourceMappingURL=index.css.map */ diff --git a/webserver/templates/base.html b/webserver/templates/base.html index bb7117a..eb3ccb0 100644 --- a/webserver/templates/base.html +++ b/webserver/templates/base.html @@ -16,6 +16,8 @@ gtag('config', 'UA-117913368-1'); + {% block head %} + {% endblock %}