chore: spacing for small screans

This commit is contained in:
Cory Dransfeldt 2024-02-15 13:41:16 -08:00
parent 06777d78af
commit 3699d3bdc8
No known key found for this signature in database
2 changed files with 9 additions and 5 deletions

View file

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