summaryrefslogtreecommitdiff
path: root/design/sass/_details.scss
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-02-18 15:21:42 -0600
committerluxagraf <sng@luxagraf.net>2019-02-18 15:21:42 -0600
commite7af8a1e0f71d38b7e83a22a822fb9d971a41ec2 (patch)
treee424d7d4e9031c9d3d09e629ce331bf882bb392c /design/sass/_details.scss
parent5da1a1e66a38c0d7185a90424d0bb9f3c3c7875d (diff)
redid sightings design and moved all location defered things to location
objects
Diffstat (limited to 'design/sass/_details.scss')
-rw-r--r--design/sass/_details.scss25
1 files changed, 25 insertions, 0 deletions
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;