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