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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kruse <devel@sumpfralle.de>2020-10-04 07:05:51 +0300
committerLars Kruse <devel@sumpfralle.de>2020-10-04 07:07:15 +0300
commit905a82658fbaabd18ea402d7fa65d95a78e377a3 (patch)
treea78c9a8b6a42e78177fbec16d936de47800117a7 /layouts
parent230273689c7c049da2b055b843bbac8a2e55ffb7 (diff)
Site logo: remove explicit height
Otherwise it is impossible to override the height via CSS.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 1aa7077..61e9479 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -3,7 +3,7 @@
<div>
<a class="navbar-brand" href="{{ .Site.BaseURL | relLangURL }}">
{{ with .Site.Params.site_logo }}
- <img src="{{ . }}" height="3rem" />
+ <img src="{{ . }}" />
{{ end }}
{{ .Site.Title }}
</a>