feat: now a bit responsive

This commit is contained in:
Laureηt 2020-11-19 19:28:35 +01:00
parent e00ac8b332
commit 79a226608a

View file

@ -70,3 +70,12 @@ footer {
.blink {
margin-left: -5px;
}
@media screen and (max-width: 700px) {
body {
font-size: 17px;
}
ol, ul {
padding-left: 17px;
}
}