updated banners on mobile for better view

This commit is contained in:
Gary 2026-03-24 08:44:59 +00:00
parent 8aa71367c6
commit fb5513fecf

View File

@ -11007,4 +11007,10 @@ textarea.form-control {
width: 100%; /* Optional: makes buttons full-width on mobile */ width: 100%; /* Optional: makes buttons full-width on mobile */
max-width: 300px; /* Keeps them from getting too wide */ max-width: 300px; /* Keeps them from getting too wide */
} }
.new-build-banner, .old-build-banner, .lh-banner, .light-banner, .insulation-banner, .loft-e-banner, .loft-e-lite-banner {
background-position: center top; /* Adjusts the image position for better mobile display */
padding-top: 50px; /* Adds space at the top for better text visibility */
padding-bottom: 50px; /* Adds space at the bottom for better text visibility */
}
} }