summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-10 11:00:04 -0400
committerJune McEnroe <june@causal.agency>2020-07-10 11:00:04 -0400
commit1f6eacb77c39a7e53acb43b032c4bf3f5de03505 (patch)
tree29b7230d208d6f1dacf2a97c8dcf2c935c2259ab /default.css
parentAdd meta viewport tag (diff)
downloadscooper-1f6eacb77c39a7e53acb43b032c4bf3f5de03505.tar.gz
scooper-1f6eacb77c39a7e53acb43b032c4bf3f5de03505.zip
Move search help to footer
Diffstat (limited to 'default.css')
-rw-r--r--default.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/default.css b/default.css
index 5ed641e..449132f 100644
--- a/default.css
+++ b/default.css
@@ -21,7 +21,7 @@ nav {
 }
 
 nav ol {
-	margin: 1em 0 0;
+	margin: 1em 1ch 0 0;
 	padding: 0;
 	list-style-type: none;
 }
@@ -35,7 +35,13 @@ nav ol li::before {
 nav form {
 	margin-top: 1em;
 }
-nav form span[title] {
+
+footer {
+	display: flex;
+	flex-wrap: wrap;
+	justify-content: space-between;
+}
+footer span[title] {
 	text-decoration: underline;
 	text-decoration-style: dotted;
 	cursor: help;