Adjust navigation shadow

This commit is contained in:
Fred Boniface 2023-10-06 11:23:46 +01:00
parent 8773b080f3
commit bb0d389b09
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
padding: 0;
height: 50px;
z-index: 20;
box-shadow: 0 3px 30px rgba(0,0,0,0.19);
}
img {

View File

@ -38,6 +38,7 @@
width: 100%;
height: 50px;
background-color: rgb(54, 54, 54);
box-shadow: 0 -2px 30px rgba(0,0,0,0.19);
}
footer a {