From 62c7ec75110220255ca492ea1925ec9b510f193e Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 27 May 2021 02:33:35 +0200 Subject: [PATCH] Put icons into a level to keep horizontal layout on mobile devices --- themes/chosto/layouts/partials/navbar.html | 42 ++++++++++++---------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/themes/chosto/layouts/partials/navbar.html b/themes/chosto/layouts/partials/navbar.html index ab5bb58..3ddf549 100644 --- a/themes/chosto/layouts/partials/navbar.html +++ b/themes/chosto/layouts/partials/navbar.html @@ -5,8 +5,8 @@ {{ $image := resources.Get "img/logo.jpg" }} {{ with $image }} - {{ $imageResized := $image.Resize "64x" }} - {{ $imageURL = $imageResized.Permalink }} + {{ $imageResized := $image.Resize "64x" }} + {{ $imageURL = $imageResized.Permalink }} {{ end }} @@ -73,22 +73,28 @@ {{ .Name }} {{ end }} {{ end }} + {{ end }} + {{ end }} - - {{ end }} - +