Skip to content

Commit

Permalink
Agency Selector Modal: Fix padding regression (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Aug 7, 2023
2 parents 895d9fe + 70612f0 commit 646ed69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -835,18 +835,18 @@ a.card:focus-visible {

/* Agency Selector */

#agency-selector .modal-body {
#modal--agency-selector .modal-body {
padding: 0;
}

#agency-selector .card img {
#modal--agency-selector .card img {
margin-right: -1px;
}

#agency-selector .col:first-child .card {
#modal--agency-selector .col:first-child .card {
margin-top: 2rem;
}

#agency-selector .col:last-child .card {
#modal--agency-selector .col:last-child .card {
margin-bottom: 2rem;
}

0 comments on commit 646ed69

Please sign in to comment.