diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-02-18 17:56:41 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-02-18 17:56:41 -0500 |
commit | da674b59e1280f4932404927f9424a890e7e03a1 (patch) | |
tree | c5b16fb3588c0a71db283a45fd1a49f0d3edd3a1 /templates/styles.css | |
parent | 8bbc5659dda2ffe48c3e51413d350861d2585bb6 (diff) | |
download | carpentertutoring-da674b59e1280f4932404927f9424a890e7e03a1.tar.xz carpentertutoring-da674b59e1280f4932404927f9424a890e7e03a1.zip |
Diffstat (limited to 'templates/styles.css')
-rw-r--r-- | templates/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/styles.css b/templates/styles.css index 68eae3b..2a83280 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -133,6 +133,9 @@ footer { background-color: white; text-align: center; padding: 3em; +} + +footer p { font-size: 1.5em; } |