Add white space around archive subtitles
This commit is contained in:
parent
678fafd98d
commit
8c93dfbe93
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.archive__subtitle {
|
.archive__subtitle {
|
||||||
margin: 0;
|
margin: 2em 0 0;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: mix(#fff, $gray, 25%);
|
color: mix(#fff, $gray, 25%);
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue