From 9fe701805478cb0a43705ba6116f2f394b816994 Mon Sep 17 00:00:00 2001 From: Quang Van Date: Sun, 8 Jan 2017 17:41:46 -0500 Subject: [PATCH] nav header partialy hidden fix --- dist1/css/hoodie.css | 4 ++-- dist1/sass/_nav.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist1/css/hoodie.css b/dist1/css/hoodie.css index 8d29fdb..ae0a72f 100644 --- a/dist1/css/hoodie.css +++ b/dist1/css/hoodie.css @@ -1556,7 +1556,7 @@ body.gray .animation.colorise .letter { header { cursor: pointer; - height: 102px; + height: 122px; overflow: hidden; position: absolute; right: 0; @@ -1591,4 +1591,4 @@ header { .menu-button-span:focus { outline: none; } -/*# sourceMappingURL=hoodie.css.map */ \ No newline at end of file +/*# sourceMappingURL=hoodie.css.map */ diff --git a/dist1/sass/_nav.scss b/dist1/sass/_nav.scss index d01bb3f..f971e06 100644 --- a/dist1/sass/_nav.scss +++ b/dist1/sass/_nav.scss @@ -307,7 +307,7 @@ body { // TOP MENU LAYOUT header { cursor: pointer; - height: 102px; + height: 122px; overflow: hidden; position: absolute; right: 0;