Skip to content

Commit

Permalink
Updates based upon designer feedback on spacing and font
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Oct 18, 2024
1 parent 6f2e76f commit e693d65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion client/app/styles/modules/_m-statuses.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
counter-reset: statusoption;
list-style: none;
padding-left: 40px;
padding-top: 3rem;
padding-bottom: 3rem;
}

.status-options .numbered-option {
Expand Down Expand Up @@ -34,5 +36,7 @@
}

.status-updates {
font-size: 1.5rem;
font-size: 21px;
padding-top: 3rem;
font-weight: 700;
}
2 changes: 1 addition & 1 deletion client/app/templates/statuses.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" style="justify-content: center;">
<div class="cell large-8">
<div class="cell large-8" style="padding-top: 4rem">
<h1 class="header-xxl dcp-orange">Definition of ZAP Updates</h1>
<p>Below outlines 4 major status for a Zoning Application milestone:</p>
<ol class="status-options">
Expand Down

0 comments on commit e693d65

Please sign in to comment.