astro/examples/blog-multiple-authors/public/global.css
Fred K. Schott affcd04f0f
stop building, bundling, and transforming public/ files (#1210)
* stop bundling public/ files

* update www and examples
2021-08-25 11:51:04 -07:00

25 lines
279 B
CSS

body {
font-family: 'Spectral', serif;
line-height: 1.4;
}
p {
line-height: 2;
}
a {
color: crimson;
}
img {
max-width: 100%;
height: auto;
}
.wrapper {
max-width: 60rem;
margin-left: auto;
margin-right: auto;
padding-left: 2rem;
padding-right: 2rem;
}