From 864da2a7c521e4f7cb83bdec0285fbffc36f3538 Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Sat, 6 Jul 2019 22:21:07 -0400 Subject: [PATCH] Added a box-shadow to the header when in portrait --- static/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/styles.css b/static/css/styles.css index ba8ec1d..5057ab8 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -312,6 +312,7 @@ body { top: 0; position: sticky; position: -webkit-sticky; /* needed for iOS */ + box-shadow: 0 0 1em rgba(30, 30, 30, .3); } }