Browse Source

3. Event Teaser geht nun über 100%

bugfix/microsites
Lukas Zimmer 2 years ago
parent
commit
b2faed0e95
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      gfi-ihk-2024/stories/sections/event-teasers-large/event-teasers-large.scss

+ 4
- 2
gfi-ihk-2024/stories/sections/event-teasers-large/event-teasers-large.scss View File

@@ -58,8 +58,10 @@
@media(max-width: 999px) {
flex: 1 1 50%;
max-width: 50%;
&:nth-child(odd):last-child {
flex: 1 1 100%;
max-width: 100%;
}
}
@media(max-width: 767px) {


Loading…
Cancel
Save