mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:45:16 +03:00
Half grid adjustment
This commit is contained in:
parent
fe40f4af60
commit
bde21ffd90
|
@ -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">
|
||||
|
|
BIN
src/static/Images/home-large-grid-generative-art_half.gif
Normal file
BIN
src/static/Images/home-large-grid-generative-art_half.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
BIN
src/static/Images/home-x-large-grid-generative-art_half.gif
Normal file
BIN
src/static/Images/home-x-large-grid-generative-art_half.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue