🎨 aggrandit la police pour les larges écrans
parent
1dee7bf435
commit
da7ce25bc4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue