Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SAGGameDeveloper/hugo-minimalist-spa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Abreu García <saggamedeveloper@gmail.com>2018-10-13 16:41:07 +0300
committerSergio Abreu García <saggamedeveloper@gmail.com>2018-10-13 16:41:07 +0300
commitef94301c60b361c45cb9cef3954bbbc3f386afcd (patch)
tree67589f2585999f6d609871d797c6b178c8c2208b
parent56d8944f1414098028a9962716dabc9745a523b0 (diff)
Fixed navbar min-height bug.
-rw-r--r--assets/sass/partials/_navbar.scss2
-rw-r--r--resources/_gen/assets/scss/sass/hugo_minimalist_spa.scss_b27f143fe5adcb935bdf6c4b60c97419.content2
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;