From e7af8a1e0f71d38b7e83a22a822fb9d971a41ec2 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 18 Feb 2019 15:21:42 -0600 Subject: redid sightings design and moved all location defered things to location objects --- design/sass/_details.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'design/sass') diff --git a/design/sass/_details.scss b/design/sass/_details.scss index 6c86a86..cf453ea 100644 --- a/design/sass/_details.scss +++ b/design/sass/_details.scss @@ -26,7 +26,14 @@ line-height: 1; margin-top: .5rem; } + .post-subtitle-segundo { + @include fancy_sans; + @include smcaps; + @include fontsize(13); + font-weight: bold; + color: #999; + } .post-location { margin-top: 1rem; padding-top: 1rem; @@ -141,6 +148,24 @@ padding-bottom: 2.6rem; border-top: 1px solid #efefef; } +header.tight { + margin-bottom: 3rem; + * { + margin: 0; + text-align: center; + } + h1 { + margin-bottom: 1rem; + } + h2 { + display: inline-block; + border-top: 1px solid darken(#efefef, 10); + padding-top: 1rem; + } + h3 { + margin-top: .35rem; + } +} h4.post-source { @include fontsize(14); @include smcaps; -- cgit v1.2.3