summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;