weg mit dem phablet css

This commit is contained in:
Livia 2025-04-08 15:46:00 +02:00
parent 339330dc84
commit 2bebacf285

View file

@ -18,12 +18,7 @@
} }
/* phablet */
@media all and (min-width:481px) and (max-width: 568px) {
}
/* mobile phone */ /* mobile phone */
@media all and (min-width:321px) and (max-width: 480px) { @media all and (min-width:321px) and (max-width: 568px) {
} }