alters title style to satisfy Nathan's aversion to gross font combinations
This commit is contained in:
@ -39,6 +39,28 @@ body {
|
||||
margin-left: -1rem;
|
||||
}
|
||||
|
||||
.article-title {
|
||||
&--single {
|
||||
.article-title__narrator {
|
||||
@apply mb-2 block font-light;
|
||||
}
|
||||
.article-title__subject {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
&--list {
|
||||
.article-title__narrator {
|
||||
&::after {
|
||||
content: ":";
|
||||
}
|
||||
}
|
||||
.article-title__subject {
|
||||
@apply font-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Narrator Image Component
|
||||
.narrator {
|
||||
&__container {
|
||||
|
Reference in New Issue
Block a user