mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:45:06 +03:00
Half grid adjustment
This commit is contained in:
parent
fe40f4af60
commit
bde21ffd90
4 changed files with 20 additions and 6 deletions
|
@ -60,9 +60,6 @@
|
||||||
<!-- Package Section: Before -->
|
<!-- Package Section: Before -->
|
||||||
|
|
||||||
<section class="package-before-section ">
|
<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="container package_before">
|
||||||
<div class="row one-box">
|
<div class="row one-box">
|
||||||
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
|
<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{
|
.impact-section{
|
||||||
background-image: url("/Images/impact-section-grid.svg");
|
background-image: url("/Images/impact-section-grid.svg");
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.package_before{
|
.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-attachment: scroll;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
background-position: right;
|
background-position: right;
|
||||||
background-size: cover;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.package-cta{
|
.package-cta{
|
||||||
|
@ -234,6 +234,14 @@ mark{
|
||||||
margin-bottom: 1vw;
|
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{
|
.metric-block{
|
||||||
padding: 4.185vw;
|
padding: 4.185vw;
|
||||||
border: 2px solid #949494;
|
border: 2px solid #949494;
|
||||||
|
@ -282,6 +290,15 @@ mark{
|
||||||
margin-bottom: 1vw;
|
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{
|
.metric-block{
|
||||||
padding: 4.185vw;
|
padding: 4.185vw;
|
||||||
border: 2px solid #949494;
|
border: 2px solid #949494;
|
||||||
|
|
Loading…
Reference in a new issue