fix: class grouping tidy-up

This commit is contained in:
Devin Haska 2024-02-06 16:04:50 -08:00
parent 4333a7bde9
commit 9ef9fd3b85
5 changed files with 15 additions and 14 deletions

View file

@ -1,10 +1,11 @@
<header class="[ navbar ]">
<nav class="[ wrapper flex items-center justify-between ]">
<div class="[ flex items-center ] [ site-logo ]">
<a class="[ flex items-center justify-center ] [ logo ]" href="#">
<div class="[ site-logo ] [ flex items-center ]">
<a class="[ logo ] [ flex items-center justify-center ]"
href="{{ meta.url }}">
<img src="/assets/images/logo.svg" width="32" height="32" alt="" />
</a>
<a class="[ flex ] [ wordmark ]" href="#">
<a class="[ wordmark ] [ flex ]" href="#">
<span>wonderful</span>
<span>frog</span>
</a>