change text size for very small displays

This commit is contained in:
Yannik Schmidt
2020-09-11 15:22:37 +02:00
parent d229abab72
commit 49a22a23ca

View File

@@ -12,6 +12,12 @@ body {
}
}
@media (max-width: 500px) {
body {
font-size: 5vw;
}
}
.title-responsive{
font-size: 25px !important;
padding-left: 40px;