diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
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; +} |