improve spacing/sizes on very low resolutions

This commit is contained in:
2020-07-09 12:46:36 +02:00
parent b742436e61
commit feb5595379
4 changed files with 41 additions and 13 deletions

View File

@@ -60,4 +60,10 @@
.switch-caption {
float: left;
}
}
@media(max-width: 440px){
.switch-caption{
font-size: 7vw !important;
}
}