🎨 aggrandit la police pour les larges écrans

pull/285/head
Johan Girod 2018-08-09 17:35:46 +02:00
parent 1dee7bf435
commit da7ce25bc4
1 changed files with 6 additions and 1 deletions

View File

@ -1,11 +1,16 @@
html {
font-size: 1.15em;
font-size: 1.16em;
}
@media (max-width: 500px) {
html {
font-size: 1em;
}
}
@media (min-width: 500px) and (max-width: 1920px) {
html {
font-size: 1.1em;
}
}
body {
font-family: 'Roboto', sans-serif;