We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51635c4 commit cae0678Copy full SHA for cae0678
styles/Newsletter.module.scss
@@ -11,12 +11,9 @@
11
color: $primary-content-color;
12
margin-top: 1rem;
13
14
- @include tablet {
15
- margin: 0;
16
- }
17
-
18
@include large-desktop {
19
font-size: 1.2rem;
+ margin: 0;
20
}
21
22
@@ -34,13 +31,15 @@
34
31
display: flex;
35
32
justify-content: space-between;
36
33
align-items: center;
+ gap: 2rem;
37
38
39
40
&__title {
41
font-size: 1.5rem;
42
43
margin: 0;
+ white-space: nowrap;
44
45
@include medium-desktop {
46
font-size: 1.75rem;
0 commit comments