responsive steps: 0,1000,1500,2000

This commit is contained in:
Patrick Haßel 2024-10-18 14:24:11 +02:00
parent 91837cbc34
commit 4c54c3da96

View File

@ -23,7 +23,23 @@
@media (min-width: 1000px) {
.width100 {
width: 20em;
width: 33.33%;
}
}
@media (min-width: 1500px) {
.width100 {
width: 25%;
}
}
@media (min-width: 2000px) {
.width100 {
width: 20%;
}
}