mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-14 09:42:09 +00:00
7 lines
80 B
CSS
7 lines
80 B
CSS
|
@media (max-width: 770px) {
|
||
|
body {
|
||
|
max-width: 600px;
|
||
|
padding: 0 1rem;
|
||
|
}
|
||
|
}
|