funds: bootstrap the page

This commit is contained in:
He4eT 2025-04-30 06:43:24 +02:00 committed by Alexey
commit 42216d0453
8 changed files with 78 additions and 1 deletions

View file

@ -144,7 +144,8 @@ header.menu .nav-links li {
border-inline-end: calc(1 * var(--step)) solid;
border-color: var(--color-inactive);
padding: calc(1 * var(--step)) calc(2 * var(--step));
padding: calc(0.8 * var(--step)) calc(2 * var(--step));
/* padding: calc(1 * var(--step)) calc(2 * var(--step)); */
list-style: none;
}