From adc2624fab172e171644351b55ca91fb93e446c4 Mon Sep 17 00:00:00 2001 From: fzorb Date: Sat, 17 May 2025 07:46:16 +0300 Subject: [PATCH] add a tc class to remove some style="text-align: center"s --- static/css/main.css | 6 +++++- templates/index.html | 2 +- templates/page.html | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 087b118..db280c1 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -67,4 +67,8 @@ a { img { border-radius: 4px; width: 100%; -} \ No newline at end of file +} + +.tc { + text-align: center; +} diff --git a/templates/index.html b/templates/index.html index 6f2f310..908407c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@ -

Unless noted otherwise, all work on this website is licenced under CC0

+

Unless noted otherwise, all work on this website is licenced under CC0

diff --git a/templates/page.html b/templates/page.html index 0332a31..2efa837 100644 --- a/templates/page.html +++ b/templates/page.html @@ -10,7 +10,7 @@
{% include "nav.html" %} -

{{page.title}}

+

{{page.title}}

Written {{page.day}}.{{page.month}}.{{page.year}}

{{page.content|safe}}