FlorianEisenmenger пре 10 месеци
родитељ
комит
ad2e3b116c
2 измењених фајлова са 7 додато и 1 уклоњено
  1. +6
    -0
      gfi-ihk-2024/stories/components/teaser/teaser.scss
  2. +1
    -1
      gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss

+ 6
- 0
gfi-ihk-2024/stories/components/teaser/teaser.scss Прегледај датотеку

@@ -189,6 +189,12 @@
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
margin-left: 0.2em; margin-left: 0.2em;
@media(min-width: 983px) {
margin-top: 0.1rem;
}
@media(min-width: 1340px) {
margin-top: 0.27rem;
}
} }
} }




+ 1
- 1
gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss Прегледај датотеку

@@ -46,7 +46,7 @@ section.marketingheader{
background-color: var(--theme-color-primary-dimmed-04); background-color: var(--theme-color-primary-dimmed-04);
//max-height: 100px; //max-height: 100px;
height: 100px; height: 100px;
transition: all .3s ease-in;
transition: all .6s ease-in-out;
background-size:cover; background-size:cover;
@media (max-width:767px){ @media (max-width:767px){
max-height: 78px; max-height: 78px;


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