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; - } - -}