@@ -72,25 +107,18 @@
@use '../../scss/mixins' as *;
header.headline {
- text-align: center;
- margin-top: 4rem;
- margin-bottom: 0;
- @include text-primary;
-
:global {
h1 {
- font-size: 4rem;
- margin: 5px 0;
- line-height: 1.2;
- @include font-sans;
- @include text-primary;
+ @extend %fmy-1;
+ @extend %fmx-auto;
}
p {
@include font-sans;
@include text-primary;
+ @include leading-tighter;
margin: 0;
- font-weight: 200;
+ font-weight: 300;
&.section-title {
font-size: 1rem;
@@ -100,14 +128,8 @@
}
}
.article-metadata {
- padding: 40px 0;
- @include font-sans;
- @include text-primary;
-
- text-align: center;
-
.byline-container {
- margin-bottom: 2px;
+ @extend %fmb-1;
}
.byline {
@@ -118,21 +140,6 @@
}
}
}
-
- .dateline-container {
- text-transform: uppercase;
-
- @include text-secondary;
- font-size: 0.8rem;
- line-height: 1.2rem;
- letter-spacing: 0.2px;
- }
- }
-
- div.crown-container {
- display: flex;
- justify-content: center;
- align-items: center;
}
}
diff --git a/src/components/Headline/stories/docs/withCrown.md b/src/components/Headline/stories/docs/withCrown.md
index cd50697d..69c24a6c 100644
--- a/src/components/Headline/stories/docs/withCrown.md
+++ b/src/components/Headline/stories/docs/withCrown.md
@@ -10,7 +10,7 @@ Add a crown image in the `crown` named slot and override the headline in the `he

-
Europa
+
Europa
Published Jan. 1, 2020
```