mirror of
https://github.com/ivabus/www
synced 2024-11-25 21:45:06 +03:00
Grid system for products page
This commit is contained in:
parent
cdcd30f70d
commit
b049a7ce0f
4 changed files with 27 additions and 3 deletions
BIN
src/static/Images/prouct-large-grid-generative-art.gif
Normal file
BIN
src/static/Images/prouct-large-grid-generative-art.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
src/static/Images/prouct-medium-grid-generative-art.gif
Normal file
BIN
src/static/Images/prouct-medium-grid-generative-art.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
|
@ -16,14 +16,38 @@
|
|||
|
||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
|
||||
.product-hero-section{
|
||||
background-image: url("/Images/prouct-large-grid-generative-art.gif") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||
|
||||
.product-hero-section{
|
||||
background-image: url("/Images/prouct-large-grid-generative-art.gif") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) and (max-width: 768px) {
|
||||
|
||||
.product-hero-section{
|
||||
background-image: url("/Images/prouct-medium-grid-generative-art.gif") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
|
|
@ -200,10 +200,10 @@ a:hover{
|
|||
@media only screen and (min-width: 576px) and (max-width: 768px){
|
||||
|
||||
h1{
|
||||
font-size: 18.5vw;
|
||||
font-size: 14vw;
|
||||
line-height: 20vw;
|
||||
margin-top: 1vw;
|
||||
margin-left: -2vw;
|
||||
margin-top: 2vw;
|
||||
margin-left: -0.7vw;
|
||||
}
|
||||
|
||||
h2{
|
||||
|
|
Loading…
Reference in a new issue