Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/source/pages/scss/_post.scss

38 lines
394 B
SCSS

#post {
> :last-child {
margin-bottom: 0;
}
h2,
h3 {
padding-bottom: 1rem;
}
h2 {
align-items: flex-end;
display: flex;
}
ol,
ul {
margin-bottom: 2rem;
}
p {
margin-bottom: 2rem;
&.half-margin {
margin-bottom: 1rem;
}
}
#authors {
font-size: 50%;
margin-left: auto;
a {
text-decoration: none;
}
}
}