Skip to content

Commit

Permalink
Fix Featured XL desktop
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Nov 16, 2023
1 parent c045a36 commit c5485e7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
}
}

@include media-breakpoint-up(large){
padding: 105px 148px 0;
@include media-breakpoint-up(large) {
padding: 80px 148px 0;

.featured-content {
.featured-course-list {
Expand All @@ -119,4 +119,18 @@
}

}

@include media-breakpoint-up(xlarge) {
padding: 80px 388px 0;

.featured-content {
.title-description {
margin-left: 0;
}
.featured-course-list {
background: $color-neutral-50
}
}

}
}

0 comments on commit c5485e7

Please sign in to comment.