Skip to content

Commit

Permalink
Styles to improve table appearance (#780)
Browse files Browse the repository at this point in the history
* styles to improve table appearance

* moved table overrides to _sass custom styles
  • Loading branch information
maggiewachs authored Sep 9, 2024
1 parent d7a034b commit 525894e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _sass/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,13 @@ a.anchor-link:focus, a.anchor-link:hover {
font-size: large;
opacity: 1
}

main .usa-table td {
vertical-align: top;
font-size: 1.1rem;
}
main .usa-table td ul,
main .usa-table td li,
main .usa-table td strong {
font-size: inherit;
}

0 comments on commit 525894e

Please sign in to comment.