cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit 15be768d395a9fe4d28a2f72841b719ef3ef95ce
parent 1b1fbdeda65ed3744acca2ce1e33015d4e8653b6
Author: cblgh <cblgh@cblgh.org>
Date:   Thu, 13 Jan 2022 16:00:51 +0100

normalize post titles

Diffstat:
Mhtml/head.html | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/html/head.html b/html/head.html @@ -25,6 +25,10 @@ label { display: block; } + article h1, article h2, article h3 { + /* normalize post titles */ + font-size: 1rem; + } #logo { width: 48px; height: 48px;