We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7289961 commit 3040b63Copy full SHA for 3040b63
src/styles/blocks/subscribe-page.css
@@ -116,12 +116,12 @@
116
display: flex;
117
flex-direction: column;
118
justify-content: space-between;
119
- align-items: start;
+ align-items: flex-start;
120
}
121
122
.unsubscribe__row {
123
124
125
width: 100%;
126
gap: 20px;
127
src/styles/blocks/subscribe-popup.css
@@ -46,7 +46,7 @@
46
.subscribe-popup__email-form {
47
48
49
50
51
inline-size: 100%;
52
gap: var(--gap);
0 commit comments