Skip to content

Commit 3040b63

Browse files
committed
Изменяет свойства на корректные
1 parent 7289961 commit 3040b63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/styles/blocks/subscribe-page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@
116116
display: flex;
117117
flex-direction: column;
118118
justify-content: space-between;
119-
align-items: start;
119+
align-items: flex-start;
120120
}
121121

122122
.unsubscribe__row {
123123
display: flex;
124-
align-items: start;
124+
align-items: flex-start;
125125
width: 100%;
126126
gap: 20px;
127127
}

src/styles/blocks/subscribe-popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
.subscribe-popup__email-form {
4747
display: flex;
4848
justify-content: space-between;
49-
align-items: start;
49+
align-items: flex-start;
5050
width: 100%;
5151
inline-size: 100%;
5252
gap: var(--gap);

0 commit comments

Comments
 (0)