diff --git a/css/style.css b/css/style.css index e2ebac7..9778e57 100644 --- a/css/style.css +++ b/css/style.css @@ -11007,4 +11007,10 @@ textarea.form-control { width: 100%; /* Optional: makes buttons full-width on mobile */ 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 */ + } } \ No newline at end of file