diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 0794f1e6..54a0db68 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -353,6 +353,12 @@ header { flex-wrap: wrap; width: 90%; margin: 1em auto; + + @media (max-width: 500px) { + margin: 0; + width: 100%; + } + #alert_box, #info_box { flex: 49%;