diff --git a/newVersion/css/fancyStyle.css b/newVersion/css/fancyStyle.css index fc67b88..991698b 100644 --- a/newVersion/css/fancyStyle.css +++ b/newVersion/css/fancyStyle.css @@ -106,7 +106,7 @@ .progress-item { color: white; cursor: pointer; - width: 1.75vw; + height: 4vh; } @@ -127,4 +127,12 @@ .visible { opacity: 1; +} + +@media only screen and (min-height: 450px) { + .progress-item { + color: white; + cursor: pointer; + height: 3vh; + } } \ No newline at end of file