fix: add responsive styles for page-logo to improve layout

This commit is contained in:
Mark 2025-05-15 10:36:03 +01:00
parent d9e38e70bf
commit 483507e9f1

View File

@ -12823,4 +12823,9 @@ textarea.form-control {
.hero-wrap.hero-wrap-2 .slider-text {
height: 200px;
}
.page-logo {
width: 100%;
height: auto;
margin-top: -20%;
}
}