Skip to content

Commit

Permalink
Added font size variation on breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli committed Jul 21, 2023
1 parent af4c9b0 commit 932e8f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scss/custom/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
font-size: $list-font-size;
font-weight: 600;
display: block;
@include media-breakpoint-up(lg) {
font-size: 1.125rem;
}
em {
display: block;
font-size: $list-sub-size;
Expand Down
3 changes: 3 additions & 0 deletions src/scss/custom/_tables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.table {
@include media-breakpoint-up(lg) {
font-size: 1.125rem;
}
//table styles go here
.table-dark {
a {
Expand Down

0 comments on commit 932e8f4

Please sign in to comment.