From 57edf14f53f4e788f6e91493b35442bd70f5e472 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Mon, 17 Feb 2025 19:21:58 +0100 Subject: [PATCH] footer mobile : links only on home page and align left --- assets/css/src/header.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/src/header.css b/assets/css/src/header.css index bc1e1b6..cef51ea 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -83,7 +83,6 @@ button.toggle.right::before { .page-cover .links { position: absolute; bottom: 8px; - padding-left: calc(5rem + var(--unit--horizontal)); width: 100%; box-sizing: border-box; } @@ -92,6 +91,9 @@ button.toggle.right::before { display: inline-block; margin-right: var(--unit--horizontal); } +.page-cover .links li:last-child { + margin-bottom: var(--unit--horizontal); +} [data-template="author"] .page-cover, [data-template="category"] .page-cover,