Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtxie committed Sep 25, 2024
1 parent fd0d038 commit d8fcbd6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,26 @@ In the New Member Education Program (NMEP), we'll be paving a sturdy ML foundati


<style>
table th:first-of-type {
table th:first-of-type tr:first-of-type {
width: 30px;
}
table th:nth-of-type(2) {

table th:nth-of-type(2) tr:nth-of-type(2) {
width: 30px;
}
table th:nth-of-type(3) {
table th:nth-of-type(3) tr:nth-of-type(3) {
width: 30%;
}
table th:nth-of-type(4) {
table th:nth-of-type(4) tr:nth-of-type(4) {
width: 50%;
}
table th:nth-of-type(5) {
table th:nth-of-type(5) tr:nth-of-type(5) {
width: 17%;
}

table {
table-layout: fixed !important;
}
</style>


Expand Down

0 comments on commit d8fcbd6

Please sign in to comment.