From 5c873eeaaab83cefc9ddc27ffe86db7ad91d8522 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 15 May 2025 10:16:08 +0100 Subject: [PATCH] feat: add logo class for responsive design in hero section --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index c398fa7..7a5156a 100644 --- a/css/style.css +++ b/css/style.css @@ -12803,4 +12803,9 @@ textarea.form-control { .hero-text { color: #fff; +} + +.logo { + width: 80%; + height: auto; } \ No newline at end of file