Add gradient bg to menu

This commit is contained in:
Sam Carlton 2021-04-24 21:21:51 -05:00
parent 4cef2bce1f
commit dd3856724a

View file

@ -2,7 +2,8 @@
<nav
:class="[
'fixed top-0 left-0 right-0 flex z-navbar'
'fixed top-0 left-0 right-0 flex z-navbar',
'bg-gradient-to-bl from-dark to-darker bg-fixed'
]"
>
<div class="mobile-menu-container flex items-center lg:hidden p-2">