Skip to content

Commit

Permalink
Merge pull request #2090 from CityOfPhiladelphia/program-tiles-width-fix
Browse files Browse the repository at this point in the history
Program tiles width fix
  • Loading branch information
IshKeyes authored Feb 5, 2024
2 parents 671e128 + f19bb7b commit 3b06990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wp/wp-content/themes/phila.gov-theme/css/scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ a.card,
font-size: 1.4rem;
margin-top: .5rem;
}
@media screen and (min-width:800px) {
.content-block{
max-width: 500px;
max-width: 700px;
min-height: 165px;
}
}
&.vertical {
&.small{
h3, .h3{
Expand Down

0 comments on commit 3b06990

Please sign in to comment.