diff options
Diffstat (limited to 'public/footer.css')
-rw-r--r-- | public/footer.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public/footer.css b/public/footer.css index 7d0360f..93b6a7b 100644 --- a/public/footer.css +++ b/public/footer.css @@ -1,8 +1,12 @@ -footer { margin-top: 96px; } +footer, :root { background-color: var(--bg-alt); } +footer { + margin-top: 96px; + padding: 24px 0; +} +footer .inner { margin: 0 auto; } footer .flex { display: flex; justify-content: space-between; } -footer .inner { margin: 20px auto; } |