Skip to content

Commit

Permalink
Reduce padding on tabs
Browse files Browse the repository at this point in the history
Takes up a lot of space otherwise
  • Loading branch information
KevinPayravi committed Aug 22, 2024
1 parent 2dcd2af commit 08785f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ tr:nth-child(odd) {
.member-tab + label {
border: 0px solid;
display: inline-block;
padding: 15px 25px;
padding: 10px;
text-align: center;
color: #555;
}
Expand Down

0 comments on commit 08785f3

Please sign in to comment.