style: spacing and typography
This commit is contained in:
parent
0b0656c961
commit
34ed731535
1 changed files with 6 additions and 3 deletions
|
@ -304,6 +304,8 @@ table.image caption {
|
||||||
|
|
||||||
.blog-post {
|
.blog-post {
|
||||||
&__header {
|
&__header {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
|
||||||
&__category {
|
&__category {
|
||||||
span {
|
span {
|
||||||
a:hover {
|
a:hover {
|
||||||
|
@ -344,8 +346,8 @@ table.image caption {
|
||||||
|
|
||||||
&__meta {
|
&__meta {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #828282;
|
|
||||||
margin: 10px 0 10px;
|
margin: 10px 0 10px;
|
||||||
|
font-style: italic;
|
||||||
|
|
||||||
&__author {
|
&__author {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -379,7 +381,7 @@ table.image caption {
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin-top: 18px;
|
margin-top: 1em;
|
||||||
a {
|
a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
@ -438,7 +440,8 @@ table.image caption {
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
|
|
||||||
&__header {
|
&__header {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
font-family: "Source Serif Pro", serif;
|
font-family: "Source Serif Pro", serif;
|
||||||
|
|
Loading…
Reference in a new issue