diff --git a/src/components/TableWrap.js b/src/components/TableWrap.js index c856676..88736fc 100644 --- a/src/components/TableWrap.js +++ b/src/components/TableWrap.js @@ -153,7 +153,7 @@ const TableWrap = () => { ]; return ( -
+
diff --git a/src/styles/App.css b/src/styles/App.css index 3638b30..39512d5 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -49,19 +49,24 @@ a:hover { margin: 0 8px 0 0; } -.title { - font-weight: 600; - font-size: 15px; - margin: 6px 0 0 0; +.tableWrap { + padding: 8px; } table { width: 100%; - box-sizing: border-box; - padding: 0 8px; + border-spacing: 0 6px; } -tr { +th { + font-weight: 600; + font-size: 15px; + text-align: left; +} + +tr:hover { + color: var(--main); + cursor: pointer; } tr:hover { @@ -73,8 +78,8 @@ td { vertical-align: top; } -.column-one { - width: 130px; +td:first-child { + width: 150px; } ::-webkit-scrollbar {