feat: now a bit responsive
This commit is contained in:
parent
e00ac8b332
commit
79a226608a
|
@ -70,3 +70,12 @@ 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