From a0932b2ace71d24fb6bb4de2e3066951642ea95f Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 26 Dec 2022 05:58:21 +0000 Subject: [PATCH] Add blog-date class. --- inf.css | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/inf.css b/inf.css index 89c4e5b..3011bc0 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Inference */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 0.9.0.9 */ +/* Version: 1.0.0.10 */ h1 { @@ -174,20 +174,12 @@ table, th, td { text-align: center; } + .blog-date { + text-align: center; + } + body { margin: 15px; } } - -@media (max-width: 300px) { - - h3 { - text-align: center; - } - - body { - padding-top: 80px; - } - -}