lille-metropole-2022: reduce header text size under 1200px screen width (#74108)

This commit is contained in:
Serghei Mihai 2023-02-02 12:54:46 +01:00 committed by Gitea
parent 35d2d24eb1
commit 09924184bd
2 changed files with 7 additions and 1 deletions

View File

@ -65,6 +65,12 @@ div#header {
}
}
.site-title {
@media (max-width: 1200px) {
font-size: 90%;
}
}
div#header {
padding-top: 0.25rem;
padding-bottom: 0.25rem;

View File

@ -4,7 +4,7 @@ $font-size: 16px;
$primary-color: #e10714;
$border-radius: 0;
$width: 1400px;
$mobile-limit: 1080px;
$mobile-limit: 1100px;
$body-background: #f7f5ef;