From fb5513fecf9da1ce02617d965069adcec52c4b95 Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 24 Mar 2026 08:44:59 +0000 Subject: [PATCH] updated banners on mobile for better view --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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