You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
363 B
CSS

html, body{
font-size: 24px;
line-height: 1.4;
}
main {
margin-top: 16px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 16px;
margin: 16px 8px;
}
.about {
grid-column: 1 / span 2;
}
.colophon {
grid-column: 3 / span 1;
color: #aaa;
font-size: 16px;
}
.colophon h3 {
margin-top: 0;
}