From ef94301c60b361c45cb9cef3954bbbc3f386afcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Abreu=20Garc=C3=ADa?= Date: Sat, 13 Oct 2018 15:41:07 +0200 Subject: Fixed navbar min-height bug. --- assets/sass/partials/_navbar.scss | 2 +- .../hugo_minimalist_spa.scss_b27f143fe5adcb935bdf6c4b60c97419.content | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/sass/partials/_navbar.scss b/assets/sass/partials/_navbar.scss index b894b5c..ff14e65 100644 --- a/assets/sass/partials/_navbar.scss +++ b/assets/sass/partials/_navbar.scss @@ -5,7 +5,7 @@ flex-direction: row; text-align: center; - min-height: calc(1rem + 2%); + min-height: 1.3rem; overflow: hidden; diff --git a/resources/_gen/assets/scss/sass/hugo_minimalist_spa.scss_b27f143fe5adcb935bdf6c4b60c97419.content b/resources/_gen/assets/scss/sass/hugo_minimalist_spa.scss_b27f143fe5adcb935bdf6c4b60c97419.content index 9d59987..d051e58 100644 --- a/resources/_gen/assets/scss/sass/hugo_minimalist_spa.scss_b27f143fe5adcb935bdf6c4b60c97419.content +++ b/resources/_gen/assets/scss/sass/hugo_minimalist_spa.scss_b27f143fe5adcb935bdf6c4b60c97419.content @@ -271,7 +271,7 @@ a { justify-content: space-evenly; flex-direction: row; text-align: center; - min-height: calc(1rem + 2%); + min-height: 1.3rem; overflow: hidden; background-color: #474747; -webkit-transition: max-height 0.7s; -- cgit v1.2.3