Skip to content

Commit

Permalink
Centers text in table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed Feb 2, 2024
1 parent 22c6d68 commit 1804ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ thead {
}
}
th {
text-align: center !important;
border-bottom: $border $border-color;
box-shadow: 2px -2px $body-background-color, 2px 0px $body-background-color,
0px -2px $body-background-color;
Expand Down

0 comments on commit 1804ea6

Please sign in to comment.