diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-27 08:50:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-27 08:50:53 +0200 |
commit | 93b7033fed80cca1df0e339c76755dd85089141d (patch) | |
tree | a693b7dc3ccf3ac8ac160c0a355d963aa7463aa0 /styles | |
parent | db1092074f0c3b9a75081355f09e37357b35df4b (diff) |
max-width footer
Diffstat (limited to 'styles')
-rw-r--r-- | styles/footer.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/styles/footer.css b/styles/footer.css index cd43c7d..aea6abd 100644 --- a/styles/footer.css +++ b/styles/footer.css @@ -1,5 +1,8 @@ .footer { - margin-top: 24px; + margin-top: var(--spacing-large); + margin: 0 auto; + max-width: 800px; + padding: 24px 48px; } |