From b0f4b116e72ad4651fa3d2f5733ab812a07f2e35 Mon Sep 17 00:00:00 2001 From: Gang Tang Date: Wed, 16 Jul 2025 16:14:39 +0800 Subject: [PATCH] Fix nav items to single line --- css/base.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/css/base.css b/css/base.css index ba219b0..c6e92af 100644 --- a/css/base.css +++ b/css/base.css @@ -52,7 +52,7 @@ kbd:has(kbd) { .Banner { list-style: none; display: flex; - flex-flow: row-reverse wrap-reverse; + flex-flow: row nowrap; justify-content: space-between; margin: 0; padding: 0; @@ -61,33 +61,27 @@ kbd:has(kbd) { +/* .Banner-item:nth-child(1) { order: 5; } - - .Banner-item:nth-child(2) { order: 4; } - - .Banner-item:nth-child(3) { order: 3; } - - .Banner-item:nth-child(4) { order: 2; } - - .Banner-item:nth-child(5) { order: 1; } +*/