FlorianEisenmenger 8 miesięcy temu
rodzic
commit
2d43f389b1
1 zmienionych plików z 27 dodań i 9 usunięć
  1. +27
    -9
      gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss

+ 27
- 9
gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss Wyświetl plik

@@ -17,8 +17,17 @@ section.marketingheader{
}
.rotation {
.slider {
@media(min-width: 901px) {
height: 100%;
.slide-overflow {
height: 100% !important;
}
.slide-wrapper, .slide, .outer {
height: 100%;
}
}
.outer {
max-height: 427px;
//max-height: 427px;
@media(max-width: 999px) {
max-height:none;
height:auto;
@@ -532,8 +541,8 @@ section.marketingheader{
border-radius: 4px;
}
.outer{
max-height:427px;
height:427px;
//max-height:427px;
//height:427px;
@media(max-width: 999px) {
max-height:none;
height:auto;
@@ -576,12 +585,21 @@ section.marketingheader{
}
}
.image-box{
max-height:427px;
min-height: 0;
height:427px;
img{
max-height:427px;
height:427px;
//max-height:427px;
//min-height: 0;
//height:427px;
@media(min-width: 1000px) {
min-height: 427px;
height: 100%;
}
img {
object-position: right;
//max-height:427px;
//height:427px;
@media(min-width: 1000px) {
min-height: 427px;
height: 100%;
}
}
}
.mainstage{


Ładowanie…
Anuluj
Zapisz