Skip to content

Commit

Permalink
Merge branch 'home' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed Jul 31, 2024
2 parents 7e850a4 + 6ae7551 commit e16b877
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
}

.middle-column {
@media (max-width: 992px) {
display: none;
}

@media (max-width: 992px) {
order: 2;
}
.show-image.show-category {
margin-bottom: 1.5rem;

Expand Down Expand Up @@ -101,7 +101,7 @@
}

@media (max-width: 992px) {
order: 2;
order: 3;
}
}

Expand Down

0 comments on commit e16b877

Please sign in to comment.