Header: add box-shadow

This commit is contained in:
Alexander Bocken 2024-01-20 16:29:47 +01:00
parent 65049e49ec
commit 36e0abb26d
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -45,6 +45,7 @@ nav{
flex-direction: row;
justify-content: space-between !important;
align-items: center;
box-shadow: 0 1em 1rem 0rem rgba(0,0,0,0.4);
}
nav[hidden]{
display:block;