diff options
author | Bradley Taunt <brad@serpapi.com> | 2024-06-14 16:33:26 -0400 |
---|---|---|
committer | Bradley Taunt <brad@serpapi.com> | 2024-06-14 16:33:26 -0400 |
commit | f12d747b7f862ea9079d610ff057d5248406286f (patch) | |
tree | 271a48e4739219e3d1d58303241906d41c1d36f0 /stylesheets/main.css | |
parent | 59b3b077758942f4b45a07fa52e856df8edeea3a (diff) |
Diffstat (limited to 'stylesheets/main.css')
-rw-r--r-- | stylesheets/main.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/stylesheets/main.css b/stylesheets/main.css index 75fb895..be01e55 100644 --- a/stylesheets/main.css +++ b/stylesheets/main.css @@ -25,8 +25,13 @@ p { line-height: 1.4; } .wrapper { margin: 0 auto; - max-width: 45rem; + max-width: 800px; } header { margin: 1rem 0 2rem; } -footer { margin: 2rem 0; } +footer { margin: 4rem 0 2rem; } +footer ul { list-style: none; padding: 0; } +footer ul li { + display: inline-block; + margin-right: 6px; +} |