From f0f3d2da7f538321b444035c23ef0ecf8c62bb7e Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 8 Feb 2019 17:13:56 -0600 Subject: changed entry detail header a bit, CSS --- design/sass/_details.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'design/sass') diff --git a/design/sass/_details.scss b/design/sass/_details.scss index 7348916..ca18c2e 100644 --- a/design/sass/_details.scss +++ b/design/sass/_details.scss @@ -26,6 +26,19 @@ line-height: 1; margin-top: .5rem; } + + .post-location { + margin-top: 1rem; + padding-top: 1rem; + display: inline-block; + border-top: 1px solid #efefef; + color: #b6b6b6; + a { + color: #b6b6b6; + text-decoration: underline; + text-decoration-color: $orange; + } + } .map { width: 100vw; position: relative; -- cgit v1.2.3