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;