Skip to content

Commit

Permalink
Css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishta committed Dec 24, 2024
1 parent 76ac9c7 commit bc528fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion client/app/styles/modules/_m-subscribers-confirm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
// --------------------------------------------------

.padding-top-4 {
padding-top: 4rem !important;
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.subscribers-confirm-container {
padding-left: 10px !important;
padding-right: 10px !important;
}
.subscribers-confirm {
p {
Expand Down
2 changes: 1 addition & 1 deletion client/app/templates/subscription-confirmation.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="cell">
<div class="grid-container">
<div class="grid-x grid-padding-x grid-padding-y align-middle align-center subscribers-confirm">
<div class="cell large-8 padding-top-4">
<div class="cell large-8 padding-top-4 subscribers-confirm-container">
<h1 class="header-xxl dcp-orange">Thank You For Subscribing To ZAP Updates.</h1>
<p class="lg">You are currently subscribed to:</p>
{{#if this.model.citywide}}
Expand Down

0 comments on commit bc528fd

Please sign in to comment.