Half grid adjustment

This commit is contained in:
Thomas Smith 2022-10-30 19:17:30 -04:00
parent fe40f4af60
commit bde21ffd90
4 changed files with 20 additions and 6 deletions

View file

@ -60,9 +60,6 @@
<!-- Package Section: Before -->
<section class="package-before-section ">
<div class="gen-art" id="gen-art-3"></div>
<div class="gen-art" id="gen-art-4"></div>
<div class="gen-art" id="gen-art-4_5"></div>
<div class="container package_before">
<div class="row one-box">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View file

@ -152,17 +152,17 @@ mark{
.impact-section{
background-image: url("/Images/impact-section-grid.svg");
background-attachment: fixed;
background-repeat: repeat-y;
background-repeat: repeat;
background-size: contain;
opacity: 1;
}
.package_before{
background-image: url("/Images/xl-grid-half-right.svg");
background-image: url("/Images/home-x-large-grid-generative-art_half.gif") !important;
background-attachment: scroll;
background-repeat: repeat-y;
background-position: right;
background-size: cover;
background-size: contain;
}
.package-cta{
@ -234,6 +234,14 @@ mark{
margin-bottom: 1vw;
}
.package_before{
background-image: url("/Images/home-large-grid-generative-art_half.gif") !important;
background-attachment: scroll;
background-repeat: repeat-y;
background-position: right;
background-size: contain;
}
.metric-block{
padding: 4.185vw;
border: 2px solid #949494;
@ -282,6 +290,15 @@ mark{
margin-bottom: 1vw;
}
.package_before{
background-image: url("/Images/home-large-grid-generative-art_half.gif") !important;
background-attachment: scroll;
background-repeat: repeat-y;
background-position: right;
background-size: contain;
}
.metric-block{
padding: 4.185vw;
border: 2px solid #949494;