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