Skip to content

Commit cae0678

Browse files
Adjust newsletter message form styling
1 parent 51635c4 commit cae0678

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

styles/Newsletter.module.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@
1111
color: $primary-content-color;
1212
margin-top: 1rem;
1313

14-
@include tablet {
15-
margin: 0;
16-
}
17-
1814
@include large-desktop {
1915
font-size: 1.2rem;
16+
margin: 0;
2017
}
2118
}
2219
}
@@ -34,13 +31,15 @@
3431
display: flex;
3532
justify-content: space-between;
3633
align-items: center;
34+
gap: 2rem;
3735
}
3836
}
3937

4038
&__title {
4139
font-size: 1.5rem;
4240
color: $primary-content-color;
4341
margin: 0;
42+
white-space: nowrap;
4443

4544
@include medium-desktop {
4645
font-size: 1.75rem;

0 commit comments

Comments
 (0)