From 592d1b6484eb6b0382aab3c818c24b50b7d164b0 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 8 May 2023 22:50:54 -0500 Subject: [PATCH 1/5] Fix: (layouts/partials/footer.html) Alignment This removes the hard-coded padding-left property from these UL elements. It fixes the alignment in a narrow (e.g. smartphone) display, and in a wide (e.g. desktop) display, the difference is insignificant and no worse. Fixes #192. Thanks to Pamphile Roy (@tupui) for reporting. --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 049d1cc7..2e664ed8 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -16,7 +16,7 @@