Fix nav padding
This commit is contained in:
parent
13a3c1c866
commit
c4a9068efa
|
@ -48,7 +48,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="hidden w-full md:w-2/3 lg:w-3/4 md:flex md:flex-wrap md:justify-end" role="navigation">
|
<nav class="hidden w-full -mx-4 md:w-2/3 lg:w-3/4 md:flex md:flex-wrap md:justify-end" role="navigation">
|
||||||
{% include 'nav-item.html.twig' with {
|
{% include 'nav-item.html.twig' with {
|
||||||
title: 'About',
|
title: 'About',
|
||||||
href: '/',
|
href: '/',
|
||||||
|
|
Loading…
Reference in a new issue