Add white space around archive subtitles

This commit is contained in:
Michael Rose 2016-03-25 10:25:14 -04:00
parent 678fafd98d
commit 8c93dfbe93
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
}
.archive__subtitle {
margin: 0;
margin: 2em 0 0;
padding-bottom: 0.5em;
font-size: 14px;
color: mix(#fff, $gray, 25%);

File diff suppressed because one or more lines are too long