From da674b59e1280f4932404927f9424a890e7e03a1 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 18 Feb 2025 17:56:41 -0500 Subject: feat: contact link and persistent footer contact buttons --- templates/styles.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/styles.css') 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; } -- cgit v1.2.3