Fix Newsletter module past issues link
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user