Added a box-shadow to the header when in portrait
This commit is contained in:
parent
91d4165897
commit
864da2a7c5
@ -312,6 +312,7 @@ body {
|
|||||||
top: 0;
|
top: 0;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
position: -webkit-sticky; /* needed for iOS */
|
position: -webkit-sticky; /* needed for iOS */
|
||||||
|
box-shadow: 0 0 1em rgba(30, 30, 30, .3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user