From ff459f0dcdd8f714b28cef56fc8dbd60c7dcc52a Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:02:29 +0100 Subject: [PATCH] css: improve styles to reduce layout shifts Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- layouts/_default/baseof.html | 15 ++++++--------- layouts/partials/aside.html | 6 ++---- tailwind.config.js | 4 ++++ 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 79bbf0da11..a51b71ccaf 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,27 +5,24 @@ {{ partial "head.html" . }} - + {{ partial "header.html" . }} -
+
-
+
{{ block "main" . }} {{ end }}
-
+
{{ block "right" . }} {{ end }}
- + diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index b9e53c1741..d2260cfc12 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -1,6 +1,4 @@ -