Parcourir la source

bugfix

master
FlorianEisenmenger il y a 8 mois
Parent
révision
2d43f389b1
1 fichiers modifiés avec 27 ajouts et 9 suppressions
  1. +27
    -9
      gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss

+ 27
- 9
gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss Voir le fichier

@@ -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{


Chargement…
Annuler
Enregistrer