diff --git a/ui/frontend/Header.module.css b/ui/frontend/Header.module.css index 6f2f8d4c..2aedca6f 100644 --- a/ui/frontend/Header.module.css +++ b/ui/frontend/Header.module.css @@ -10,3 +10,13 @@ padding: 1.25em 0; justify-content: space-between; } + +@media screen and (max-width: 768px) { + .container { + padding: 1.25em; + display: block; + } + .left { + margin-bottom: 6px; + } +} diff --git a/ui/frontend/index.ejs b/ui/frontend/index.ejs index 07e3a2c8..f688e712 100644 --- a/ui/frontend/index.ejs +++ b/ui/frontend/index.ejs @@ -2,6 +2,7 @@
+