roc/www/public/homepage.css
2022-11-05 01:26:15 -04:00

15 lines
215 B
CSS

html {
font-family: sans-serif;
line-height: 145%;
}
li {
margin-bottom: 0.5rem;
}
@media only screen and (min-device-width: 900px) {
body {
width: 900px;
margin: 24px auto;
}
}