bunker_like: heading and subtitle font sizes

This commit is contained in:
towards-a-new-leftypol 2024-12-01 13:07:37 +00:00
parent a8be2a3fc3
commit f5a073f0b1
1 changed files with 2 additions and 2 deletions

View File

@ -47,12 +47,12 @@ h1, div.title, header div.subtitle {
font-family: Courier, monospace; font-family: Courier, monospace;
} }
h1 { h1 {
font-size: 24pt; font-size: 18pt;
font-weight: bold; font-weight: bold;
letter-spacing: 0px; letter-spacing: 0px;
} }
header div.subtitle { header div.subtitle {
font-size: 12pt; font-size: 10pt;
} }
/* FORMS AND BUTTONS */ /* FORMS AND BUTTONS */