diff --git a/ui/src/App.svelte b/ui/src/App.svelte index 0c93042..b3b012f 100644 --- a/ui/src/App.svelte +++ b/ui/src/App.svelte @@ -24,6 +24,12 @@ main { margin-right: auto; */ +} +footer { + margin-top: 3em; + border-top: 1px solid #ddd; + text-align: center; + background: #f7f7f7; } @@ -43,4 +49,12 @@ main { + diff --git a/ui/src/Clients.svelte b/ui/src/Clients.svelte index 57abf42..e0dc2fc 100644 --- a/ui/src/Clients.svelte +++ b/ui/src/Clients.svelte @@ -55,7 +55,7 @@ h2 small { } .help { -flex-basis: 20%; +flex-basis: 10%; } h2 {