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

12 lines
173 B
CSS
Raw Normal View History

2022-02-04 17:41:40 +00:00
@media screen and (min-width: 420px) {
.warn420 {
display: none;
}
}
@media screen and (min-width: 1024px) {
.warn1024 {
display: none;
}
}