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.
ashen-earth/styles/post.module.css

24 lines
309 B
CSS

1 year ago
.post {
margin-top: min(80px, 15vw);
margin-bottom: 80px;
}
.post span:first-child {
font-style: italic;
opacity: .6;
}
.post h1 {
margin-top: var(--padding);
margin-bottom: calc( var(--padding) / 4);
}
.post h1 + p.subtitle {
margin-top: 0;
opacity: .8;
}
.post p a {
color: inherit;
}