Skip to content

Commit 57955c0

Browse files
committed
Use breakpoint functions
1 parent 2ac59bf commit 57955c0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/scss/phy/featured-profile.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ div:has(> .featured-profile:first-child:nth-last-child(2)) {
2727
@extend .isaac-tab;
2828

2929
width: 47.5%;
30-
@media (max-width: 575px) {
30+
@include media-breakpoint-down(sm) {
3131
width: 100%;
3232
}
3333

@@ -52,3 +52,10 @@ div:has(> .featured-profile:first-child:nth-last-child(2)) {
5252
margin-right: 5%;
5353
}
5454
}
55+
56+
@include media-breakpoint-down(lg) {
57+
div.pad:has(> div > .featured-profile:first-child:nth-last-child(2)) {
58+
padding-left: 0;
59+
}
60+
}
61+

0 commit comments

Comments
 (0)