feat: add logo class for responsive design in hero section

This commit is contained in:
Mark 2025-05-15 10:16:08 +01:00
parent 5e01449156
commit 5c873eeaaa

View File

@ -12803,4 +12803,9 @@ textarea.form-control {
.hero-text { .hero-text {
color: #fff; color: #fff;
}
.logo {
width: 80%;
height: auto;
} }