fix: class grouping tidy-up
This commit is contained in:
parent
4333a7bde9
commit
9ef9fd3b85
5 changed files with 15 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue