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

github.com/naro143/hugo-coder-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaro143 <y.ishimi@itdharman.com>2018-10-16 16:12:38 +0300
committernaro143 <y.ishimi@itdharman.com>2018-10-16 16:12:38 +0300
commit2395d309a491a33f1b7bb72c6872cb7a6ac8bd12 (patch)
treeb06d8b3f7adebd7b14fbf30f167a57f687d783ba
parenta38e0db3af76b610843b466a21ee50b6c91d82ac (diff)
fix: hover under line for Firefox Quantum
-rw-r--r--layouts/partials/header.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5143327..d4f2ac4 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,8 +1,6 @@
<nav class="navigation">
<section class="container">
- <a class="navigation-title" href="{{ print "/" | relLangURL }}">
- {{ .Site.Title }}
- </a>
+ <a class="navigation-title" href="{{ print "/" | relLangURL }}">{{ .Site.Title }}</a>
<input type="checkbox" id="menu-control"/>
<label class="menu-mobile {{ if $.Site.Params.rtl }} float-left {{ else }} float-right {{ end }}" for="menu-control">
<span class="btn-mobile {{ if $.Site.Params.rtl }} float-left {{ else }} float-right {{ end }}">&#9776;</span>