From 758342e2eb63198c12fb976bc1a93df75a4a1893 Mon Sep 17 00:00:00 2001 From: eonurk Date: Sun, 19 May 2024 02:07:12 +0200 Subject: [PATCH] smaller contact / and p --- about.html | 2 +- contact.html | 2 +- styles.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/about.html b/about.html index fa8e05d..49256e4 100644 --- a/about.html +++ b/about.html @@ -16,7 +16,7 @@ - +

About Us

diff --git a/contact.html b/contact.html index 6b759d2..b2a0c45 100644 --- a/contact.html +++ b/contact.html @@ -13,7 +13,7 @@

Contact Us

- +
diff --git a/styles.css b/styles.css index 95c228e..80c20bc 100644 --- a/styles.css +++ b/styles.css @@ -28,7 +28,7 @@ p { margin-bottom: 20px; /* Add some space below each paragraph */ text-align: center; max-width: 350px; - font-size: 1.2em; + font-size: 1em; } img {