this is a piece of my CSS:
@media (max-width: 800px) {
body {
background:black;
background-image:none;
font-size:30px;
}
#logo {
width: 100%;
height: 100%;
}
.mobile {
display: inline;
align-content: center;
font-size:60px;
}
.longtext {
display: none;
}
}
On chrome, when I resize the window it changes to the setting i wanted to, but when going to devtools responsive check or visiting on mobile, it just doesn't work. Not a single setting.
heeeelp