From 442dd3a847c7b12fa66c6dc99d658cd8c20bcfef Mon Sep 17 00:00:00 2001 From: "vincent.md" Date: Thu, 11 Apr 2024 09:23:02 -0400 Subject: [PATCH] align titles --- css/pages/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/pages/index.css b/css/pages/index.css index 7a14c25..0ab687b 100644 --- a/css/pages/index.css +++ b/css/pages/index.css @@ -8,3 +8,7 @@ @import "/css/sections/projects.css"; @import "/css/sections/contact.css"; @import "/css/sections/footer.css"; + +h3 { + text-align: center; +} \ No newline at end of file