Header: add box-shadow

This commit is contained in:
2024-01-20 16:29:47 +01:00
parent 2fc4a6b185
commit 0c0e805b63
+1
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;