mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add gradient bg to menu
This commit is contained in:
parent
4cef2bce1f
commit
dd3856724a
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
<nav
|
<nav
|
||||||
:class="[
|
: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">
|
<div class="mobile-menu-container flex items-center lg:hidden p-2">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue