chore: trim styles

This commit is contained in:
Cory Dransfeldt 2024-01-01 13:33:41 -08:00
parent cae9c342d6
commit e9f804ecf9
No known key found for this signature in database
5 changed files with 33 additions and 95 deletions

View file

@ -1,5 +1,5 @@
<nav>
<ul>
<ul class="flex--centered">
{% for link in nav.menu %}
<li>
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon %}