From 196188b7f3bd6996537173d17e9c4146bd54bad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 5 Sep 2023 23:09:35 +0200 Subject: [PATCH] menu: fix footer padding #637 --- .../content/basics/migration/_index.en.md | 8 +++++++ exampleSite/layouts/partials/menu-footer.html | 18 +--------------- static/css/theme.css | 21 +++++++++++++++++++ 3 files changed, 30 insertions(+), 17 deletions(-) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 20b8e1e948..fd01f64e39 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -18,6 +18,14 @@ This document shows you what's new in the latest release. For a detailed list of --- +## 5.21.0 (2023-09-03) {#5210} + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} We made changes to the menu footer. If you have your `menu-footer.html` [partial overridden]({{%relref "basics/customization" %}}), you may have to review the styling (eg. margins/paddings) in your partial. + + This change was made to simplify common use cases. Care was taken not to break your existing overwritten footer. + +--- + ## 5.20.0 (2023-08-26) {#5200} - {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme has updated its Swagger dependency to 5.4.1 for the [`openapi` shortcode]({{% relref "shortcodes/openapi" %}}). diff --git a/exampleSite/layouts/partials/menu-footer.html b/exampleSite/layouts/partials/menu-footer.html index 069a1fed3b..ed8e183396 100644 --- a/exampleSite/layouts/partials/menu-footer.html +++ b/exampleSite/layouts/partials/menu-footer.html @@ -1,21 +1,5 @@ - - - +

Built with by Hugo