From 619f7631d93660acb8c0fefbd3ede8a9f40dcec5 Mon Sep 17 00:00:00 2001 From: Daoud Clarke Date: Fri, 10 Nov 2023 13:54:43 +0000 Subject: [PATCH] Hide branding on small screens --- front-end/assets/css/global.css | 6 ++++++ mwmbl/templates/index.html | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) 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