optimise mobile site
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user