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.

16 lines
201 B
CSS

main#til > header {
margin: 0 0 2rem 0;
font-size: 1.5em;
}
article.til {
margin: 1rem 0;
}
article.til>div {
line-height: 2;
}
article.til>time,
article.til>div>a.external {
color: gray;
}