Skip to content

Commit

Permalink
Fixing an issue where the official icons also became big. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra authored Feb 14, 2022
1 parent 3bf4704 commit 6ea9d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $theme-hero-image: asset_path("DisabilityIN-stock-hero.jpg");
-webkit-mask: url("../img/usa-icons/expand_less.svg") no-repeat center/contain;
}

.usa-media-block__img {
.usa-graphic-list .usa-media-block__img {
width: 132px;
height: 132px;
background-color: #edf5ff;
Expand All @@ -75,7 +75,7 @@ $theme-hero-image: asset_path("DisabilityIN-stock-hero.jpg");
justify-content: center;
}

.usa-media-block__img img {
.usa-graphic-list .usa-media-block__img img {
width: 64px;
height: 64px;
}

0 comments on commit 6ea9d00

Please sign in to comment.