aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-05 22:38:50 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-05 22:38:50 -0600
commitc55df0310adb2797afcaac09203271cc315a0376 (patch)
treec81ba0abecdbe05a4ea1a04c1fc6e68a2d507a5f
parent9a270b7519e0d7b0119db1bd08bccad0ba9c4f0c (diff)
make the footer links wrap nicely
-rw-r--r--static/amethyst.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/amethyst.css b/static/amethyst.css
index 2d08dd4..904a2bc 100644
--- a/static/amethyst.css
+++ b/static/amethyst.css
@@ -68,10 +68,12 @@ footer {
#about-links {
display: flex;
justify-content: flex-end;
+ flex-wrap: wrap;
}
#about-links > p {
margin-left: 20px;
+ white-space: nowrap;
}
.note {