Browse Source

bla

front-continuation
asyncnomi 3 years ago
parent
commit
87f15617ee
  1. 6
      static/css/main.css

6
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; box-sizing: border-box;
@ -159,12 +159,14 @@ img {
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.bg-full {
display: none;
}
.container { .container {
margin: 0px; margin: 0px;
width: 100%; width: 100%;
border-radius: 0px; border-radius: 0px;
box-shadow: none; box-shadow: none;
background: none;
} }
body { body {
margin: 0px; margin: 0px;

Loading…
Cancel
Save