Skip to content

Commit

Permalink
Merge pull request #317 from MoveOnOrg/sjwmoveon-patch-2
Browse files Browse the repository at this point in the history
Update unsub thank-you styling
  • Loading branch information
sjwmoveon authored Jul 18, 2023
2 parents 82e4098 + 444f034 commit c85b0b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ body {
@import "pages/lte";
@import "pages/recurring-update";
@import "pages/survey_thanks";
@import "pages/unsubscribe_thanks";
@import 'pages/user_view';
@import "mo-components/fixes";
@import "trumps/flickity";
10 changes: 10 additions & 0 deletions src/styles/pages/_unsubscribe_thanks.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
body.unsubscribe-pagetype.thanks-page {
#unsub-thanks-text {
text-align:center;
margin-top:100px;
margin-bottom:100px;
p {
font-size:18px;
}
}
}

0 comments on commit c85b0b7

Please sign in to comment.