Skip to content

Commit

Permalink
Changed blog modifiers (#36998)
Browse files Browse the repository at this point in the history
Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
  • Loading branch information
drmenzelit and laoneo committed Feb 23, 2022
1 parent 5d2413d commit a079d0f
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,6 @@
}
}

.image-left &,
.image-right & {
flex-direction: row;
.item-image {
flex: 1 0 40%;
}
}

.item-image {
margin-top: 3px;
margin-bottom: 15px;
Expand All @@ -142,8 +134,10 @@
margin-bottom: 0;
}

.image-right & {
order: 1;
@include media-breakpoint-up(lg) {
.image-right & {
order: 1;
}
}

.image-bottom & {
Expand All @@ -168,6 +162,12 @@

@include media-breakpoint-up(lg) {
flex-direction: row;
.item-image {
flex: 1 0 40%;
}
.item-content {
flex: 1 0 60%;
}
}
}
}
Expand Down

0 comments on commit a079d0f

Please sign in to comment.