Skip to content

Commit

Permalink
Изменяет свойства на корректные
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Dec 29, 2023
1 parent 7289961 commit 3040b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/styles/blocks/subscribe-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: start;
align-items: flex-start;
}

.unsubscribe__row {
display: flex;
align-items: start;
align-items: flex-start;
width: 100%;
gap: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/blocks/subscribe-popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
.subscribe-popup__email-form {
display: flex;
justify-content: space-between;
align-items: start;
align-items: flex-start;
width: 100%;
inline-size: 100%;
gap: var(--gap);
Expand Down

0 comments on commit 3040b63

Please sign in to comment.