You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1006 B
SCSS
57 lines
1006 B
SCSS
|
|
.gallery-image-section{
|
|
background: url('/images/gallery-info/gallery-left1.png');
|
|
background-size:cover;
|
|
}
|
|
.info-page{
|
|
display: flex;
|
|
.info-text{
|
|
flex:1;
|
|
|
|
.info-logo{
|
|
width:60px;
|
|
}
|
|
}
|
|
.info-img{
|
|
width:430px;
|
|
}
|
|
}
|
|
|
|
/************ BreakPoints ************/
|
|
// Small devices (landscape phones, 576px and up)
|
|
@media (max-width: 576px) {
|
|
}
|
|
|
|
// Medium devices (tablets, 768px and up)
|
|
@media (max-width: 768px) {
|
|
|
|
}
|
|
|
|
// Large devices (desktops, 992px and up)
|
|
@media (max-width: 992px) {
|
|
|
|
}
|
|
|
|
// X-Large devices (large desktops, 1200px and up)
|
|
@media (max-width: 1200px) {
|
|
.info-page{
|
|
margin-top:30px;
|
|
|
|
.info-img{
|
|
width:100%;
|
|
margin-top:40px;
|
|
}
|
|
}
|
|
|
|
.gallery-swiper{
|
|
overflow: unset;
|
|
}
|
|
.gallery-swiper-wrapper{
|
|
flex-direction: column;
|
|
}
|
|
|
|
}
|
|
|
|
// XX-Large devices (larger desktops, 1400px and up)
|
|
@media (max-width: 1400px) {
|
|
} |