From 21238f3d71f6f537f1c97f0e3beb014c9f115e78 Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 2 Jan 2025 21:20:14 -0500 Subject: [PATCH] styling of welcome section paragraph elements --- style/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style/style.css b/style/style.css index 2e17d05..1fe273c 100644 --- a/style/style.css +++ b/style/style.css @@ -44,6 +44,9 @@ main { align-items: center; gap: 2rem; } +.welcome-section p { + font-size: 1.25rem; +} .baxter-info { display: grid;