Skip to content

Commit

Permalink
Subscribe Block: Fix alignment (#34003)
Browse files Browse the repository at this point in the history
  • Loading branch information
lezama authored Nov 9, 2023
1 parent f106233 commit d17abbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

fix subscribe block alignment
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
p#subscribe-submit,
p#subscribe-email {
margin: 0;
justify-content: center;
display: flex;
}
}

Expand Down

0 comments on commit d17abbf

Please sign in to comment.