Skip to content

Commit

Permalink
Merge pull request #197 from jktang14/master
Browse files Browse the repository at this point in the history
Fix table size
  • Loading branch information
jktang14 authored Nov 7, 2024
2 parents de80676 + 2bb7d14 commit 9a36fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_sass/minima/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ table {
}
th, td {
padding: ($spacing-unit / 3) ($spacing-unit / 2);
width: 25%
}
th {
background-color: $table-header-bg-color;
Expand Down

0 comments on commit 9a36fdd

Please sign in to comment.