Nuxt Content 3 migration #12

Merged
eggy merged 81 commits from js into master 2022-08-10 18:38:39 -04:00
Showing only changes of commit 51906231ef - Show all commits

View File

@ -24,7 +24,8 @@ import { navItems } from "@/data/navItems";
nav {
height: 4rem;
width: 100%;
border: 1px solid red;
box-shadow: 0 0.25rem 0.5rem 0px lightgray;
background: white;
padding: 1rem;
/* main stuff is z-index 1 and the hamburger must be above everything else */
z-index: 2;