optimise mobile site

This commit is contained in:
2023-07-10 09:15:45 +02:00
parent 324d7bf779
commit 7aeda66dc1

View File

@@ -106,7 +106,7 @@
.progress-item { .progress-item {
color: white; color: white;
cursor: pointer; cursor: pointer;
width: 1.75vw; height: 4vh;
} }
@@ -127,4 +127,12 @@
.visible { .visible {
opacity: 1; opacity: 1;
}
@media only screen and (min-height: 450px) {
.progress-item {
color: white;
cursor: pointer;
height: 3vh;
}
} }