Skip to content

Commit

Permalink
104464 - padding, font update (#35087)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquispe-oddball authored Mar 6, 2025
1 parent 0d34e68 commit e1cc976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
.nav__container-secondary & {
background-color: var(--vads-color-primary-darker);
margin-left: unset;
padding: 16px;
padding: 24px 16px;
&:hover {
background-color: $vads-color-primary;
color: $vads-color-white;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
display: flex;
align-items: center;
font-size: 24px;
font-family: inherit;
@media (min-width: $small-desktop-screen) {
font-size: 1.875rem;
}
Expand Down

0 comments on commit e1cc976

Please sign in to comment.