diff --git a/index.html b/index.html index 66cc2158..e425ff56 100644 --- a/index.html +++ b/index.html @@ -138,11 +138,12 @@ margin-right: 20px; border-radius: 10px; } - .sticky{ - position: fixed; - z-index: 10; - max-height: 63px; - } + header.sticky { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1000; + } footer { background-color: #C4D7FF; color: #f3f4f6; @@ -354,6 +355,9 @@ .logo img:hover{ background-color: white; } + .container{ + width: 98vw; + } @@ -361,37 +365,61 @@