소스 검색

animation

bugfix/marketinghero
Florian Eisenmenger 2 년 전
부모
커밋
3ea2a1ad05
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. +6
    -4
      gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss

+ 6
- 4
gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss 파일 보기

@@ -21,7 +21,7 @@ section.marketingheader{
margin: 0;
background-color: var(--theme-color-primary-dimmed-04);
max-height: 100px;
transition: all .5s cubic-bezier(0,1,0,1);
transition: all 1s ease-in;
background-size:cover;
@media (max-width:767px){
max-height: 78px;
@@ -88,7 +88,7 @@ section.marketingheader{
display:block !important;
}
.tiles{
margin-top:0;
top: 0;
padding-bottom:9px;
@media screen and (max-width:767px){
padding-bottom:0;
@@ -204,11 +204,13 @@ section.marketingheader{
}

.tiles {
margin: 100px -8px 0 -8px;
margin: 0 -8px 0 -8px;
position: relative;
top: 100px;
display: flex;
flex-wrap: wrap;
font-family: "Korb", sans-serif;
transition: all 0.4s ease-in;
transition: all 0.3s ease-in;
padding-bottom: 0;
@media(max-width: 767px) {
//margin-left: -6px;


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