From 0b31c73a826cfdeb965680934c0ff6ea6f1bc820 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 3 Feb 2025 11:10:24 -0600 Subject: Fix mobile pagination component --- assets/css/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/styles.css b/assets/css/styles.css index 1a8e3a1..bc8b064 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -273,7 +273,6 @@ .footer { position: absolute; - bottom: 0; width: 100%; height: 60px; } @@ -289,6 +288,8 @@ font-size: 18px; } + + a.index-post-title { font-size: 2rem; } @@ -297,6 +298,10 @@ a.archive-post-title { font-size: 1.5rem; } +.columns:not(:last-child) { + margin-bottom: 0rem; +} + #page-container { position: relative; min-height: 100vh; -- cgit v1.2.3