Nuxt Content 3 migration #12

Merged
eggy merged 81 commits from js into master 2022-08-10 18:38:39 -04:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit f32e36ea75 - Show all commits

View File

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

View File

@ -65,5 +65,6 @@ main {
footer {
transition: background 0.2s ease;
box-shadow: 0 -0.05rem 0.75rem 0 lightgray;
}
</style>