diff --git a/front-end/assets/css/global.css b/front-end/assets/css/global.css index 6ea0f2c..abd118a 100644 --- a/front-end/assets/css/global.css +++ b/front-end/assets/css/global.css @@ -21,6 +21,12 @@ body { margin: 25px; } +@media screen and (max-width: 600px) { + .branding { + display: none; + } +} + .brand-title { text-align: center; font-weight: var(--black-font-weight); diff --git a/mwmbl/templates/index.html b/mwmbl/templates/index.html index 5daad86..c2da955 100644 --- a/mwmbl/templates/index.html +++ b/mwmbl/templates/index.html @@ -45,11 +45,9 @@
- -
- mwmbl logo - Mwmbl -
+
+ mwmbl logo + Mwmbl