diff options
author | luxagraf <sng@luxagraf.net> | 2019-04-11 12:03:01 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-04-11 12:03:01 -0500 |
commit | ad12a1ebe7912a862bad223a5487dd9633fe6aa1 (patch) | |
tree | 6199f8fda74e9846f86a71132cbfaeeedecd575b /design/sass | |
parent | edc7a0cc5322e5abe52df4484cf52bfbb59e89e4 (diff) |
added h-entry u-photo to notes template
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_archives.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/design/sass/_archives.scss b/design/sass/_archives.scss index 166d9c5..db232ee 100644 --- a/design/sass/_archives.scss +++ b/design/sass/_archives.scss @@ -411,12 +411,13 @@ margin-top: 4px; } h3.p-summary { + @include fontsize(22); + font-weight: 300; font-family: $headline_font_serif; font-style: italic; margin-top: .25rem; margin-bottom: .25rem; line-height: 1.2; - @include fontsize(22); } .post-location { margin: .5rem 0 0 0; |