muistox/static/css/muistox.css

11 lines
259 B
CSS
Raw Permalink Normal View History

2024-12-28 14:14:21 +02:00
body {
font: 400 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
2024-12-28 23:33:09 +02:00
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
min-height: 50px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
margin: 0 10px 0 calc(10px - 4px);
2024-12-28 14:14:21 +02:00
}