From 911fa6f78e07d8f5e7397595156bffedbcf91975 Mon Sep 17 00:00:00 2001 From: jultty Date: Sat, 2 May 2026 16:45:08 -0300 Subject: [PATCH 01/10] Fix tags display on mobile viewports --- static/assets/css/style.css | 16 +++++++++++++++- templates/content.html | 8 +++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/static/assets/css/style.css b/static/assets/css/style.css index 3fc5cea..620b0c4 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -244,7 +244,11 @@ main { text-decoration-thickness: 0.1px; } -.post-date { +div.post-date, div.content-date { + display: inline; +} + +div.post-date { display: inline; } @@ -440,6 +444,16 @@ footer { margin-left: 30px; } + div.content-tags { + display: inline-block; + margin-left: 30px; + } + + div.content-date { + display: inline-block; + margin-bottom: 10px; + } + } /* tablet */ diff --git a/templates/content.html b/templates/content.html index 6b5a97b..80c2f2d 100644 --- a/templates/content.html +++ b/templates/content.html @@ -7,9 +7,11 @@

{{ page.title }}