Skip to content

Commit

Permalink
Merge pull request #2117 from CityOfPhiladelphia/add-cost-component
Browse files Browse the repository at this point in the history
added padding and aligned the title
  • Loading branch information
RitikaDesai98 committed Apr 10, 2024
2 parents d909aee + 4816c6b commit 6c81199
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wp/wp-content/themes/phila.gov-theme/css/scss/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
padding-right: 1rem;
}

.cost {
.title {
display: grid;
align-items: center;
padding-top: 1rem;
padding-bottom: 1rem;
}
}

@include breakpoint (medium up) {
a.card.action-panel{
.desktop-float-left {
Expand Down

0 comments on commit 6c81199

Please sign in to comment.