Skip to content

Commit

Permalink
Merge pull request #2212 from CityOfPhiladelphia/add-spacing-h5
Browse files Browse the repository at this point in the history
added spacing to h5
  • Loading branch information
RitikaDesai98 authored Dec 16, 2024
2 parents 92e97a2 + 4497a18 commit bf19b02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ html{
color: green;
}
}

h5 {
margin-top: 2rem !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<th class="phl-mu <?php if ( !phila_is_department_homepage( $post ) && !is_home() && $a['icon_padding'] == 0 ) echo 'icon-only';?>">
<i class="fa-solid fa-xl service-icon service-icon <?php if( $a['icon_padding'] && $a['icon_padding'] == 1) echo 'plm-mu' ?>
<?php
if ( $status == 1 || $status == 2 || $is_holiday == true)
if ( $status == 1 || $status == 2 || $status == 3 || $is_holiday == true )
{ echo "fa-circle-exclamation"; }
else if ( $status == 0)
{ echo "fa-circle-check"; }
Expand Down

0 comments on commit bf19b02

Please sign in to comment.