From 87f15617eeaece9fa64dac96f8913406c56287ac Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Tue, 20 Dec 2022 21:43:14 +0100 Subject: [PATCH] bla --- static/css/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 4aaad7a..9f5548a 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,4 +1,4 @@ - @import url('https://fonts.cdnfonts.com/css/modern-typewriter'); +@import url('https://fonts.cdnfonts.com/css/modern-typewriter'); * { box-sizing: border-box; @@ -159,12 +159,14 @@ img { } @media screen and (max-width: 600px) { + .bg-full { + display: none; + } .container { margin: 0px; width: 100%; border-radius: 0px; box-shadow: none; - background: none; } body { margin: 0px;