Fix members btn not visible in small devices

This commit is contained in:
Ajay Bura 2022-04-24 16:47:24 +05:30
parent 53f1129242
commit 87f3afd8fd
5 changed files with 12 additions and 3 deletions

View file

@ -1,5 +1,5 @@
$breakpoint-tablet: 900px;
$breakpoint-tablet: 1124px;
$breakpoint-mobile: 750px;
@mixin smallerThan($deviceBreakpoint) {