diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-29 23:51:46 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-29 23:51:46 +0200 |
| commit | b26022d03e06c3409b87b78c97c0e02e5f73782b (patch) | |
| tree | 026b6fbcf96a0edb815661104237d68eaa0bc141 /design/style.css | |
| parent | 10b9b682b9407ad02f6aa265003e86bfbefb0a2c (diff) | |
feat(design): base footer
Diffstat (limited to 'design/style.css')
| -rw-r--r-- | design/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/design/style.css b/design/style.css index 5b91c50..0e97ab4 100644 --- a/design/style.css +++ b/design/style.css @@ -213,3 +213,14 @@ header { } } +footer { + max-width: var(--deco-width); + height: 8rem; + + margin: 4rem auto 0 auto; + padding-top: 2rem; + + border-top: var(--color-light) 2px solid; + + font-size: var(--font-size-tiny); +} |
