diff --git a/src/Title.css b/src/Title.css index 3119b65..40719dd 100644 --- a/src/Title.css +++ b/src/Title.css @@ -1,10 +1,10 @@ .title-bar { z-index: 10; position: sticky; - top: -6em; + top: -4em; left: 0; width: 100%; - height: 9em; + height: 7em; background-color: rgba(255,255,255,.8); box-shadow: 0 0 25px rgba(0,0,0,.4); margin-bottom: 1em;