Skip to content

Commit

Permalink
fix: fix Content in Evidence template when there's more than one item (
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini authored Sep 15, 2023
1 parent 093f08b commit 049f520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@media (min-width: #{map-get($grid-breakpoints, lg)}) {
.content-in-evidence:nth-of-type(2n) {
.order-lg-2 {
order: 1;
order: 1 !important;

&.offset-lg-1 {
margin-left: 0;
Expand Down

0 comments on commit 049f520

Please sign in to comment.