소스 검색

bugfix

master
FlorianEisenmenger 8 달 전
부모
커밋
2d43f389b1
1개의 변경된 파일27개의 추가작업 그리고 9개의 파일을 삭제
  1. +27
    -9
      gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss

+ 27
- 9
gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss 파일 보기

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


불러오는 중...
취소
저장