@@ -6,7 +6,7 @@
{{ if default false .Site.Params.disabled_logo }}
<h4>{{ .Site.Params.logo_text }}</h4>
{{ else }}
- <img src="{{ .Site.Params.logo_mobile | relURL }}" alt="{{ .Title }} logo" height="70px" alt="" />
+ <img src="{{ .Site.Params.logo_mobile | relURL }}" alt="{{ .Title }} logo" height="60px" alt="" />
{{ end }}
<span class="sr-only">{{ .Title }} - {{ i18n "navHome" }}</span>
</a>
@@ -214,9 +214,12 @@ img {
}
+.navbar .mx-auto {
+padding:5px 0px;
+}
.navbar .navbar-brand img {
- width: 70%;
- margin-left: 25%;
+ // width: 70%;
+ margin-left: 10%;
object-fit: contain;