mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 15:34:21 +00:00
11 lines
173 B
CSS
11 lines
173 B
CSS
@media screen and (min-width: 420px) {
|
|
.warn420 {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
.warn1024 {
|
|
display: none;
|
|
}
|
|
}
|