From c55df0310adb2797afcaac09203271cc315a0376 Mon Sep 17 00:00:00 2001 From: the lemons Date: Sat, 5 Feb 2022 22:38:50 -0600 Subject: make the footer links wrap nicely --- static/amethyst.css | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3