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

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjagoo <dev@djagoo.io>2020-06-29 10:19:54 +0300
committerGitHub <noreply@github.com>2020-06-29 10:19:54 +0300
commit7276594fa1b06afdd3bc7bd379889d2d9e28edd4 (patch)
tree48a0ef784be11c89d2bb96ef83df2ca6e6cc1705
parent14a7f602b9f3fbadab09d29a3d0308a0a59d9251 (diff)
remove img-fluid class to allow scaling
-rw-r--r--layouts/partials/navigation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html
index 46ffe7b..141cf25 100644
--- a/layouts/partials/navigation.html
+++ b/layouts/partials/navigation.html
@@ -3,7 +3,7 @@
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand p-0" href="{{ .Site.BaseURL | relLangURL }}">
{{ if site.Params.logo }}
- <img class="lozad img-fluid" data-src="{{ site.Params.logo | absURL }}" alt="{{ .Site.Title }}" height="42">
+ <img class="lozad" data-src="{{ site.Params.logo | absURL }}" alt="{{ .Site.Title }}" height="42">
{{ else }}
{{ site.Title }}
{{ end }}