mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-13 01:02:10 +00:00
712ca3737c
Comply with the upcoming article on best practices for textual websites.
6 lines
80 B
CSS
6 lines
80 B
CSS
@media (max-width: 770px) {
|
|
body {
|
|
max-width: 600px;
|
|
padding: 0 1rem;
|
|
}
|
|
}
|