smaller font size on small displays

This commit is contained in:
Uwe Steinmann 2021-05-06 11:03:50 +02:00
parent 81fd140a92
commit b58c16bdee

View File

@ -59,6 +59,9 @@ body {
}
}
@media (max-width: 767px) {
body {
font-size: 0.875rem;
}
.footer {
height: 126px;
}