diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-04-13 11:15:58 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-04-13 11:15:58 -0400 |
commit | 94101f018ff6a3d680a6f24f52089baeea641077 (patch) | |
tree | 0897ef4d4a4a9c8900cb4cbe5ab6ddcca130b305 /templates | |
parent | dfbb8305ed9cd42e151361d65a85a4c580956c68 (diff) | |
download | carpentertutoring-94101f018ff6a3d680a6f24f52089baeea641077.tar.xz carpentertutoring-94101f018ff6a3d680a6f24f52089baeea641077.zip |
fix too-big blog titles
Diffstat (limited to 'templates')
-rw-r--r-- | templates/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/styles.css b/templates/styles.css index 966df81..a0d9a80 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -63,7 +63,7 @@ div.buttons { } h1 { - font-size: 3em; + font-size: 2.75em; color: var(--darkteal); font-family: "Architects Daughter", cursive; } |