1
0

style/layout tweaks

This commit is contained in:
Simon Michael
2023-12-28 13:09:13 -10:00
parent 1194bce8f5
commit 1be71fe211
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ body {
font-size:large;
}
h1 { font-size: 5rem; }
h2 { font-size: 4rem; }
h3 { font-size: 3rem; }
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
white-space:nowrap;