feat: now a bit responsive
This commit is contained in:
parent
e00ac8b332
commit
79a226608a
|
@ -69,4 +69,13 @@ footer {
|
|||
|
||||
.blink {
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
body {
|
||||
font-size: 17px;
|
||||
}
|
||||
ol, ul {
|
||||
padding-left: 17px;
|
||||
}
|
||||
}
|
Reference in a new issue