forked from quentin/quentin.dufour.io
Be more progressive!
This commit is contained in:
parent
7d76cab5a9
commit
16207b843c
1 changed files with 10 additions and 2 deletions
|
@ -8,12 +8,20 @@ html {
|
|||
--color-second: #ffc0ba80;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 499px) {
|
||||
|
||||
@media screen and (max-width: 799px) {
|
||||
html {
|
||||
font-size: 50%;
|
||||
font-size: 55%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 499px) {
|
||||
html {
|
||||
font-size: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
|
Loading…
Reference in a new issue