Skip to content

Commit

Permalink
Update App.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bdiaz12 authored Sep 3, 2024
1 parent 0e6b081 commit 75de1f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ header {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
font-family: "Playfair Display SC";
text-align: center;
font-size: 32px
font-size: 32px;
}

/* typography */
Expand All @@ -39,8 +39,8 @@ th {

td {
letter-spacing: 1px;
overflow-x:hidden;
overflow-y:hidden;
overflow-x: hidden;
overflow-y: hidden;
font-size: 12px;
padding: 10px;
text-align: center;
Expand All @@ -52,7 +52,7 @@ table {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
overflow:hidden;
overflow: hidden;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

Expand All @@ -64,19 +64,19 @@ table {
}

/* Column Size for thead */

thead > tr > :nth-child(n+4):nth-child(-n+5),
tbody > tr > :nth-child(n+4):nth-child(-n+5) {
width: 30%;
}

}

/* Column size for tbody */
tbody>tr>:nth-child(-n+3), tbody>tr>:nth-child(6){
tbody > tr > :nth-child(-n+3),
tbody > tr > :nth-child(6) {
width: 10%;
}

tbody>tr:nth-child(odd) {
tbody > tr:nth-child(odd) {
background-color: #fff0c7;
}

Expand Down

0 comments on commit 75de1f5

Please sign in to comment.