From 448d19e368ec76a97854866550dab9b3f0249590 Mon Sep 17 00:00:00 2001 From: zepp Date: Wed, 22 Jan 2025 23:07:29 -0500 Subject: [PATCH] add additonal styling for behavior and about pages update p font-size remove li bullet points update a font size on about page --- style/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index b45ca1d..95d6e07 100644 --- a/style/style.css +++ b/style/style.css @@ -45,7 +45,7 @@ main { align-items: center; gap: 2rem; } -.welcome-section p { +.welcome-section p, .behavior-section p, .about-section p { font-size: 1.25rem; } @@ -197,3 +197,11 @@ section { section img { border-radius: 15px; } + +.about-section ul { + list-style-type: none; +} + +.about-section li { + font-size: 1.1rem; +}