Skip to content

Commit

Permalink
newsletter form
Browse files Browse the repository at this point in the history
  • Loading branch information
learyjk committed Sep 24, 2024
1 parent 981157d commit 78be4bf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/utils/styles-3.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,19 @@ select {
.mktoForm.side-by-side .mktoFieldWrap {
float: none !important;
}

.newsletter-form {
display: flex;
flex-direction: column;
}

.newsletter-form .mktoFormRow .contains-email {
width: 100%;
margin-right: 0px;
margin-bottom: 10px;
}

.newsletter-form .mktoButtonRow .mktoButtonWrap,
.newsletter-form .mktoButtonRow .mktoButtonWrap .mktoButton {
width: 100%;
}

0 comments on commit 78be4bf

Please sign in to comment.