diff options
Diffstat (limited to 'web/src/App.css')
-rw-r--r-- | web/src/App.css | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/web/src/App.css b/web/src/App.css index a1ca687..78cbbe0 100644 --- a/web/src/App.css +++ b/web/src/App.css @@ -5,6 +5,10 @@ text-align: center; } +h1 { + margin-bottom: 0.25em; +} + .card { margin: 2em; padding: 1.5em; @@ -23,4 +27,24 @@ .item-container { margin-top: 1em; -}
\ No newline at end of file +} + +.group-title { + margin: 0 0 0.25em; +} + +.group-table { + border-collapse: collapse; + margin-left: 1em; + text-align: left; +} + +.group-table td { + padding: 0.5em; + white-space: nowrap; + border-top: 1px solid #ccc +} + +.group-table tbody tr:last-child td { + border-bottom: 1px solid #ccc; +} |