From c7548f4e17a504b904308ec30c512b6c3cdef334 Mon Sep 17 00:00:00 2001 From: rxshellg Date: Thu, 18 Jun 2026 13:10:50 -0400 Subject: [PATCH] Fixed overflow in about section by making text smaller --- src/pages/home/components/AboutSection.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/components/AboutSection.css b/src/pages/home/components/AboutSection.css index ff22cd3..f99b2c3 100644 --- a/src/pages/home/components/AboutSection.css +++ b/src/pages/home/components/AboutSection.css @@ -54,7 +54,7 @@ .about-description { margin: 0.75rem 0 0; - font-size: 1rem; + font-size: 0.95rem; line-height: 1.3; }