Skip to content

Commit

Permalink
styles to improve table appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiewachs committed Sep 6, 2024
1 parent d2b26ab commit 8f03aa8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/css/uswds-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,14 @@ $theme-sidenav-breakpoint: '{{ site.data.navigation.sidenav-breakpoint | default

// import user custom styles
@import 'uswds-theme-custom-styles';

// table style overrides
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 8f03aa8

Please sign in to comment.