mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
feat: adjust some styles
This commit is contained in:
parent
f9b448197c
commit
82f3f69af2
9 changed files with 122 additions and 64 deletions
|
|
@ -66,7 +66,7 @@
|
|||
{% for menu in config.extra.menu %}
|
||||
<li>
|
||||
<a
|
||||
class="block py-2 text-center text-lg font-medium text-black dark:text-white lg:px-3 lg:py-0"
|
||||
class="primary-link block py-2 text-center text-lg font-medium lg:px-3 lg:py-0"
|
||||
href="{{ menu.url }}"
|
||||
>{{ menu.name }}</a
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue