Added a box-shadow to the header when in portrait

This commit is contained in:
Steven Engler 2019-07-06 22:21:07 -04:00
parent 91d4165897
commit 864da2a7c5

View File

@ -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);
} }
} }