Update service section include and change background color to variable
This commit is contained in:
parent
62993c013a
commit
8537131014
@ -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";
|
||||||
?>
|
?>
|
||||||
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user