Add blog-date class.

This commit is contained in:
inference 2022-12-26 05:58:21 +00:00
parent eedb63afab
commit 4fe1f67636

18
inf.css
View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Inference */ /* Copyright 2022-2023 Inference */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 0.9.0.9 */ /* Version: 1.0.0.10 */
h1 { h1 {
@ -174,20 +174,12 @@ table, th, td {
text-align: center; text-align: center;
} }
.blog-date {
text-align: center;
}
body { body {
margin: 15px; margin: 15px;
} }
} }
@media (max-width: 300px) {
h3 {
text-align: center;
}
body {
padding-top: 80px;
}
}