🎨 Baisse de la taille de police sur mobile

pull/279/head
Mael 2018-08-29 16:56:17 +02:00
parent 6096884532
commit b31b650e27
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ html {
}
@media (max-width: 500px) {
html {
font-size: 1em;
font-size: 0.9em;
}
}
@media (min-width: 500px) and (max-width: 1920px) {