diff --git a/src/App.css b/src/App.css index 36f4eea..f4f3962 100644 --- a/src/App.css +++ b/src/App.css @@ -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 */ @@ -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; @@ -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); } @@ -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; }