Skip to content

Commit

Permalink
Correct font-sizes for mobile views using dl layouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Feb 22, 2024
1 parent 48dd7ec commit 45c6ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/bootstrap-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ button.navbar-toggler:focus {
dl {
li {
width: 23%;
font-size: 2rem;
font-size: 1rem;
dt {
font-size: inherit;
font-size: 0.75rem;
}
tt {
font-size: inherit;
font-size: 0.75rem;
}
}
}
Expand Down

0 comments on commit 45c6ca4

Please sign in to comment.