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.
2020-02-29 22:48:09 +00:00
|
|
|
#post {
|
|
|
|
> :last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
align-items: flex-end;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2020-03-31 20:45:14 +00:00
|
|
|
ol,
|
|
|
|
ul,
|
|
|
|
p {
|
|
|
|
a {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-02-29 22:48:09 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|