diff --git a/frontend/src/styles/App.css b/frontend/src/styles/App.css index 36345ad..ad76799 100644 --- a/frontend/src/styles/App.css +++ b/frontend/src/styles/App.css @@ -145,10 +145,13 @@ tbody:not(:last-child) { } td { - /* vertical-align: top; */ padding: 12px; } +td:first-letter { + text-transform: uppercase; +} + td:first-child { width: 180px; font-weight: 600;