File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/frontend/scss/objects Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
190190- Fix logic to know if user is enrolled to a ongoing product
191191- Normalize credit card brand on CreditCardBrandLogo component
192192- Display SyllabusCourseRunCompacted only for self-paced ongoing opened runs
193+ - Alignment of blogpost glimpses in column sections
193194
194195## [ 2.29.2] - 2024-09-23
195196
Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ $glimpse-gutter: 0.6rem;
5555 align-self : flex-end ;
5656 }
5757 }
58+ .section__grid--33x33x33 > & :nth-child (0 n + 2 ) {
59+ @include media-breakpoint-up (lg) {
60+ align-self : unset ;
61+ }
62+ }
5863
5964 // Apply card styles for elements
6065 @include m-o-card (
You can’t perform that action at this time.
0 commit comments