Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 7aaa5e9

Browse files
author
dpatanin
committed
small correction of previous commit
1 parent cabad42 commit 7aaa5e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/scss/components/_feature.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
padding: 0;
5252
float: left;
5353
max-width: 45%;
54-
@include media-breakpoint-up(sm) {
54+
@include media-breakpoint-down(sm) {
5555
max-width: 90%;
5656
float: unset;
5757
}
@@ -78,7 +78,7 @@
7878
padding: 0;
7979
max-width: 40%;
8080
float: right;
81-
@include media-breakpoint-up(sm) {
81+
@include media-breakpoint-down(sm) {
8282
max-width: 90%;
8383
float: unset;
8484
}

0 commit comments

Comments
 (0)