Adjust navigation shadow
This commit is contained in:
parent
8773b080f3
commit
bb0d389b09
@ -27,6 +27,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
|
box-shadow: 0 3px 30px rgba(0,0,0,0.19);
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: rgb(54, 54, 54);
|
background-color: rgb(54, 54, 54);
|
||||||
|
box-shadow: 0 -2px 30px rgba(0,0,0,0.19);
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
|
Loading…
Reference in New Issue
Block a user