Skip to content

Commit

Permalink
USAGOV-2026: USAGOV-1996 - Code review update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Frey committed Nov 13, 2024
1 parent c80f977 commit 3096d36
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -919,11 +919,15 @@ input::-webkit-textfield-decoration-container {
// reduces space below the breadcrumb on benefits pages
#block-usagov-breadcrumbs {
min-height: 4rem;

@include at-media("mobile-lg") {
min-height: 4rem;
}
}

#block-usagov-breadcrumbs {
@media screen and (max-width: 30em) {
height: 5rem;
min-height: 5rem;
}
}

Expand Down

0 comments on commit 3096d36

Please sign in to comment.