diff --git a/_includes/header.html b/_includes/header.html index 0f5dfc7..8aa427e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,18 +3,18 @@ - - - - - + Home About + + + + Resources diff --git a/css/header.css b/css/header.css index 5d2ac5a..8599e42 100644 --- a/css/header.css +++ b/css/header.css @@ -6,30 +6,26 @@ header { #banner { width: 100%; - height: 10vh; - text-align: center; - display: table; + display: flex; + justify-content: center; background-color: #fff; position: relative; z-index: 3; -} - -#banner #logo { - content: ''; - height: 10vh; - width: 100%; - display: inline-block; vertical-align: middle; font-size: 2.5em; font-weight: bold; overflow: hidden; +} + +#logo { + width: 15vh; + height: 12vh; background-image: url('../img/logo.png'); - background-size: 8vh; + background-size: 100%; background-position: center; background-repeat: no-repeat; } - #menu-toggle { cursor: pointer; background-color: #fff; @@ -57,17 +53,17 @@ header { nav#menu { width: 100%; - height: 50px; display: inline-flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; border-bottom: 3px solid rgb(164, 38, 44); + /*box-shadow: 0 28px 79px 0 rgba(66, 129, 121, .27);*/ } a.menu-item { - width: 15vw; + width: 12vw; color: #000; font-size: 1em; z-index: 10; @@ -79,7 +75,7 @@ button.menu-item { cursor: pointer; font-size: 1.5em; width: 100%; - height: 50px; + height: 100%; outline: none; color: #000; background-color: transparent; diff --git a/css/responsive.css b/css/responsive.css index b4bf889..b861a61 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -45,6 +45,9 @@ button.menu-item:active { font-size: 1.1em; } + #logo-wrapper { + display: none; + } nav#menu { width: 30vw; max-width: 200px; diff --git a/img/logo.png b/img/logo.png index a90a13b..ab0ca50 100644 Binary files a/img/logo.png and b/img/logo.png differ diff --git a/logo.png b/logo.png deleted file mode 100644 index ab0ca50..0000000 Binary files a/logo.png and /dev/null differ