Skip to content

Commit

Permalink
fix(media-item): media-title top is 64, media-icicon gap is 32
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 21, 2023
1 parent 2e714eb commit f8a8bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ footer .footer-links li a:visited {
:root {
--media-item-icon-size: calc(90rem / 16);
--media-item-gap: calc(24rem / 16);
--media-item-icon-margin: calc(64rem / 16);
--media-title-margin-top: calc(32rem / 16);
--media-item-icon-margin: calc(32rem / 16);
--media-title-margin-top: calc(64rem / 16);
}
}

Expand Down

0 comments on commit f8a8bdc

Please sign in to comment.