1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 12:12:09 +00:00
seirdy.one/themes/etch-custom/assets/css/max770px.css
rohan kumar 712ca3737c
Simplify styling
Comply with the upcoming article on best practices for textual websites.
2020-11-23 15:47:27 -08:00

6 lines
80 B
CSS

@media (max-width: 770px) {
body {
max-width: 600px;
padding: 0 1rem;
}
}