Skip to content

Commit

Permalink
edit css
Browse files Browse the repository at this point in the history
  • Loading branch information
olimot committed Feb 8, 2024
1 parent 41035a3 commit 37a4e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ th,
td {
border-bottom: 1px solid currentColor;
border-spacing: 0;
vertical-align: top;
}

th {
text-align: left;
vertical-align: bottom;
}

.full-width-table {
Expand Down Expand Up @@ -136,7 +136,7 @@ th {
width: calc(50% - 1.2rem);
float: left;
clear: left;
margin: 0 1.2rem 2rem 0;
margin: 0 1.2rem 0 0;
}
}

Expand Down

0 comments on commit 37a4e75

Please sign in to comment.