summaryrefslogtreecommitdiff
path: root/design/sass/_archives.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_archives.scss')
-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 {