summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-03-02 19:02:38 -0600
committerluxagraf <sng@luxagraf.net>2019-03-02 19:02:38 -0600
commitc402b277a3bc6da192143f48906917a0cd0d128b (patch)
treeb2448b6ae26ab14a8e84f0ca35d2f7ef01efc164 /design/sass
parent6bc24bd42d63d507fe87c1ef13926728b21aa8f4 (diff)
redirected newsletter, clean up homepage hero
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/_archives.scss31
1 files changed, 19 insertions, 12 deletions
diff --git a/design/sass/_archives.scss b/design/sass/_archives.scss
index 369beba..1d2060e 100644
--- a/design/sass/_archives.scss
+++ b/design/sass/_archives.scss
@@ -262,34 +262,41 @@
.btn {text-decoration: none; color: white; }
}
.hero-text-wrapper {
+ padding-top: 2rem;
@include constrain_narrow;
color: white;
font-family: $headline_font_serif;
- h2 {
+ .post-title, .post-subtitle {
+ font-style: normal;
text-align: center;
margin-bottom: 0;
line-height: 1;
+ @include fontsize(42);
a {
color: white;
margin-bottom: 0;
- font-family: $headline_font_serif;
text-decoration: none;
- @include fontsize(36);
+ }
+ }
+ .post-subtitle {
+ font-style: italic;
+ @include fontsize(22);
+ margin-top: .45rem;
+ }
+ .post-location {
+ text-align: center;
+ margin-top: .5rem;
+ .h-adr {
+ border-top: 1px solid #423f3f;
+ display: inline-block;
+ padding-top: .5rem;
}
}
a {
color: $body_font_light;
padding: 0;
border: none;
- }
- .post-summary {
- text-align: center;
- }
- .p-summary {
- display: block;
- margin-top: .75rem;
- @include fontsize(20);
-
+ margin-top: .5rem;
}
}
.post-location {