Skip to content

Commit

Permalink
Index/Agency-Index: Add rounded corners to mobile box (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Aug 1, 2023
2 parents 868cfbe + fd72976 commit 63a351b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ a.card:focus-visible {
.landing .box {
background: var(--landing-box-background);
border-top: var(--landing-box-border);
border-radius: calc(8rem / 16);
color: var(--landing-text-color);
margin-bottom: calc(32rem / 16);
}
Expand Down

0 comments on commit 63a351b

Please sign in to comment.