Skip to content

Commit

Permalink
fixing the padding
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethSkylight committed Nov 30, 2023
1 parent f9f76ec commit 517ae11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions front-end/app/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
padding-left: 0.5rem ;
}

@media (min-width: 64em) {
.usa-alert--info .usa-alert__body {
padding-right: 3.5rem;
}
}

@media (min-width: 64em) {
.usa-header--basic .usa-navbar {
position: relative;
Expand Down

0 comments on commit 517ae11

Please sign in to comment.