bla
This commit is contained in:
parent
8135b27d54
commit
87f15617ee
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue