vincennes-2018: reduce header size on mobile and force it on a single line

This commit is contained in:
Frédéric Péters 2019-01-14 17:13:46 +01:00
parent dd6a079037
commit 9adff620c7
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@
text-transform: uppercase;
font-weight: normal;
font-size: 3rem;
@media screen and (max-width: $mobile-limit) {
font-size: 2.3rem;
max-width: 100%;
white-space: pre;
overflow: hidden;
}
}
}