muistox/static/css/muistox.css
2025-04-12 01:06:00 +03:00

16 lines
No EOL
344 B
CSS

body {
font: 400 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
min-height: 50px;
}
.uk-align-center {
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);
}