diff --git a/sass/css/header.scss b/sass/css/header.scss index dc5ceb8..d09c894 100644 --- a/sass/css/header.scss +++ b/sass/css/header.scss @@ -79,15 +79,12 @@ header { overflow-y: auto; margin-top: 0; box-sizing: border-box; - border-left: 2px solid $violet; + border-right: 2px solid $violet; + border-bottom: 2px solid $violet; + border-bottom-right-radius: 6px; list-style: none; } -.header-menu-phone-logo { - max-width: 100%; - width: 256px; -} - .hamburger-menu { font-size: 150%; margin: 0.25em; diff --git a/templates/base.html b/templates/base.html index 5821cff..e29f30e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -39,13 +39,6 @@