aboutsummaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorBradley Taunt <brad@serpapi.com>2024-06-14 16:33:26 -0400
committerBradley Taunt <brad@serpapi.com>2024-06-14 16:33:26 -0400
commitf12d747b7f862ea9079d610ff057d5248406286f (patch)
tree271a48e4739219e3d1d58303241906d41c1d36f0 /stylesheets
parent59b3b077758942f4b45a07fa52e856df8edeea3a (diff)
More styling improvementsHEADmaster
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/main.css9
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;
+}