diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-09 13:54:37 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-09 13:54:37 +0200 |
commit | 6d5c72f908e8f7c1c2b0defa696aad43c55fc1ba (patch) | |
tree | dc25b39f7f53b430e2d8eaccf5f077a1150beba8 /public/footer.css | |
parent | 770658c8434d7b7c0e716b7e375c733e79dc4a88 (diff) |
add logout link to footer
Diffstat (limited to 'public/footer.css')
-rw-r--r-- | public/footer.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/public/footer.css b/public/footer.css index 0483da2..7d0360f 100644 --- a/public/footer.css +++ b/public/footer.css @@ -1,12 +1,8 @@ -footer { - margin-top: 48px; -} +footer { margin-top: 96px; } footer .flex { display: flex; justify-content: space-between; } -footer .flex * { - margin: 20px 0; -} +footer .inner { margin: 20px auto; } |