fix: responsive design

This commit is contained in:
pateljannat
2021-07-13 15:15:23 +05:30
parent 0fd760df81
commit 230fab3bb2
9 changed files with 167 additions and 177 deletions

View File

@@ -61,7 +61,7 @@ var check_mentor_request = () => {
var hide_wrapped_mentor_cards = () => {
var offset_top_prev;
$('.member-card-medium').each(function () {
$(".mentors-section .member-card").each(function () {
var offset_top = $(this).offset().top;
if (offset_top > offset_top_prev) {
$(this).addClass('wrapped').slideUp("fast");