Fix Newsletter module past issues link

This commit is contained in:
2021-10-05 19:38:14 +02:00
parent 1257c1458c
commit 27f3ce9f79

View File

@@ -98,21 +98,23 @@
} }
a { a {
display: flex;
align-items: center;
text-decoration: none; text-decoration: none;
color: $color-text; color: $color-text;
} }
span { span {
display: block;
padding-bottom: 2px;
font-size: rem(14px); font-size: rem(14px);
color: $color-text; color: $color-text;
margin-left: 8px; margin-left: 8px;
border-bottom: 1px solid $color-text; border-bottom: 1px solid $color-text;
@include bp (sm) { @include bp (sm) {
margin-left: 16px; margin-left: 12px;
} }
} }
p { p {
color: $color-gray; color: $color-gray;
line-height: 1.3; line-height: 1.3;