From e2ed3dc55bffe65d2a4fac0a4b8f2e63f2fb945e Mon Sep 17 00:00:00 2001 From: Sijmen Date: Mon, 8 May 2023 17:01:22 +0200 Subject: [PATCH] Fix CSS getting messed up --- static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 9769273..189edc1 100644 --- a/static/style.css +++ b/static/style.css @@ -142,8 +142,12 @@ ul { margin-right: 1.0rem; } -ul.breadcrumb { position: relative; - rast: more) { +ul.breadcrumb { + display: flex; + flex-wrap: wrap; + list-style: none; +} +@media (prefers-contrast: more) { ul.breadcrumb { background-color: black; border: 2px solid white;