Edit max-width on newsletter component
This commit is contained in:
@@ -24,12 +24,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
max-width: 480px;
|
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
|
||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
|
max-width: 480px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -101,8 +101,13 @@
|
|||||||
a {
|
a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
|
|
||||||
|
@include bp (sm) {
|
||||||
|
justify-content: start;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user