fix padding
All checks were successful
Build docker container / Build image (push) Successful in 29s
All checks were successful
Build docker container / Build image (push) Successful in 29s
This commit is contained in:
parent
d8776bb51b
commit
531ba152f7
@ -43,7 +43,7 @@
|
|||||||
@media (min-width: 600px) {
|
@media (min-width: 600px) {
|
||||||
body {
|
body {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
padding: 40px;
|
padding: 0 20px 0 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 900px) {
|
@media (min-width: 900px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user