mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add blurred background to navbar
This commit is contained in:
parent
f2d8f9865b
commit
71700f292b
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
<template>
|
||||
|
||||
<nav class="fixed top-0 left-0 right-0">
|
||||
<nav
|
||||
class="fixed top-0 left-0 right-0 bg-blur z-navbar"
|
||||
style="backdrop-filter: blur(15px);"
|
||||
>
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex justify-between h-16">
|
||||
<div class="flex">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue