roc/www/public/homepage.css

15 lines
215 B
CSS
Raw Normal View History

2022-10-07 06:53:06 +03:00
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;
}
}