Files
website/static/css/site.css
Don Goodman-Wilson be7c1817d2 Time for a new website
2022-06-13 14:27:32 +02:00

32 lines
401 B
CSS

body {
font-family: 'Crimson Text', serif;
font-size: 2em;
}
h1, h2, h3, h4 {
font-family: 'Libre Baskerville', serif;
text-align: center;
}
#content {
width: 66vw;
margin: 0 auto;
}
#logo {
/*text-align: center;*/
}
#logo img {
width: max(66vw, 500px);
display: block;
margin: 0 auto;
}
#listings {
font-size: 1em;
width: 60vw;
margin: 0 auto;
}