1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-21 15:34:21 +00:00
triennale-appunti-steffo/components/warn.module.css

11 lines
173 B
CSS

@media screen and (min-width: 420px) {
.warn420 {
display: none;
}
}
@media screen and (min-width: 1024px) {
.warn1024 {
display: none;
}
}