Edit max-width on newsletter component

This commit is contained in:
2021-10-13 16:44:51 +02:00
parent a2d1a4c64c
commit e9e838ae1a

View File

@@ -24,12 +24,12 @@
}
}
p {
max-width: 480px;
margin-bottom: 32px;
color: $color-text;
font-weight: 200;
@include bp (sm) {
max-width: 480px;
margin-bottom: 40px;
}
}
@@ -101,8 +101,13 @@
a {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: $color-text;
@include bp (sm) {
justify-content: start;
}
}
span {
display: block;