Преглед изворни кода

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;


Loading…
Откажи
Сачувај