Update templates & add UIkit

This commit is contained in:
Nyymix 2024-12-28 23:33:09 +02:00
parent 99dc771814
commit efa3398992
2 changed files with 78 additions and 0 deletions

View file

@ -1,3 +1,11 @@
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-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
margin: 0 10px 0 calc(10px - 4px);
}