Update service section include and change background color to variable

This commit is contained in:
Gary 2025-05-08 11:35:30 +01:00
parent 62993c013a
commit 8537131014
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ include_once $URlsorrection . "includes/banner.php";
<?php <?php
include_once $URlsorrection . "sections/counter.php"; include_once $URlsorrection . "sections/counter.php";
include_once $URlsorrection . "sections/services-2.php"; include_once $URlsorrection . "sections/services.php";
include_once $URlsorrection . "sections/reviews.php"; include_once $URlsorrection . "sections/reviews.php";
include_once $URlsorrection . "includes/footer.php"; include_once $URlsorrection . "includes/footer.php";
?> ?>

View File

@ -8070,7 +8070,7 @@ h1, h2, h3, h4, h5,
height: 100%; height: 100%;
bottom: 0; bottom: 0;
left: 0; left: 0;
background-color: #d9ba2b; background-color: var(--blue);
visibility: hidden; visibility: hidden;
-webkit-transform: scaleX(0); -webkit-transform: scaleX(0);
-ms-transform: scaleX(0); -ms-transform: scaleX(0);