This commit is contained in:
asyncnomi 2022-12-20 21:43:14 +01:00
parent 8135b27d54
commit 87f15617ee

View file

@ -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;