From 8472f9011601bc845484830025b996b5a0fa99c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DNyymix=E2=80=9D?= Date: Sat, 12 Apr 2025 01:06:00 +0300 Subject: [PATCH] Update css --- static/css/muistox.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/muistox.css b/static/css/muistox.css index 7b8583c..6a6ae8c 100644 --- a/static/css/muistox.css +++ b/static/css/muistox.css @@ -10,3 +10,7 @@ body { margin-top: 15px !important; margin-bottom: 15px !important; } + +.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before { + margin: 0 10px 0 calc(10px - 4px); +} \ No newline at end of file