Revert "Experiment with smaller header"
All checks were successful
continuous-integration/drone/push Build is passing

This reverts commit 27f69eb5f7.
This commit is contained in:
Luca Beltrame 2021-01-09 21:01:28 +01:00
parent 27f69eb5f7
commit 9e13a51100
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
<nav class="pv1 ph3 ph4-ns {{ .Site.Params.navigation_dimming_class | default "bg-black-50" }}" role="navigation">
<nav class="pv3 ph3 ph4-ns {{ .Site.Params.navigation_dimming_class | default "bg-black-50" }}" role="navigation">
<div class="flex-l justify-between items-center center b">
<a href="{{ .Site.Home.RelPermalink }}" class="site-logo f3 fw4 hover-white no-underline white-90 dib">
{{ with .Site.Params.site_logo }}
<img src="{{ relURL ($.Site.Params.site_logo) }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
<img src="{{ . }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
{{ else }}
{{ .Site.Title }}
{{ end }}