commit eb31a9654b60f2afdc2f7f28853db19d4ac71cd4 parent 087bf00a0bcb62087975e11eba311577c92946d9 Author: FIGBERT <figbert@figbert.com> Date: Wed, 22 May 2024 19:54:24 -0700 Adapt navbar for mobile displays Diffstat:
M | static/global.css | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/static/global.css b/static/global.css @@ -13,7 +13,9 @@ body { nav { width: 100%; display: flex; + flex-wrap: wrap; justify-content: space-around; + gap: 1ch; background-color: CanvasText; color: Canvas;