aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 278ea22..5e35cd1 100644
--- a/static/style.css
+++ b/static/style.css
@@ -336,3 +336,6 @@ header#main-header > div#main-header-user {
display: flex;
align-items: center;
}
+table + table {
+ margin-top: 1rem;
+}