Skip to content

Commit 6026d45

Browse files
committed
refactor: adjust padding for small screens in learning area layout
1 parent ddd67c8 commit 6026d45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/src/scss/frontend/learning-area/layout/_layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
@include tutor-breakpoint-down(sm) {
43-
padding: 0px 16px 62px 16px;
43+
padding-bottom : 62px;
4444
}
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)