diff options
author | June McEnroe <june@causal.agency> | 2020-07-10 11:00:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-10 11:00:04 -0400 |
commit | 1f6eacb77c39a7e53acb43b032c4bf3f5de03505 (patch) | |
tree | 29b7230d208d6f1dacf2a97c8dcf2c935c2259ab /default.css | |
parent | Add meta viewport tag (diff) | |
download | scooper-1f6eacb77c39a7e53acb43b032c4bf3f5de03505.tar.gz scooper-1f6eacb77c39a7e53acb43b032c4bf3f5de03505.zip |
Move search help to footer
Diffstat (limited to '')
-rw-r--r-- | default.css | 10 |
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; |