Correcting negative margins for mobile

This commit is contained in:
James Barnsley
2022-03-04 22:29:14 +13:00
parent e585b75e38
commit b40f0ec750

View File

@ -223,12 +223,15 @@
&__client {
width: 50%;
}
}
&__groups {
.menu {
margin: 0 -20px;
}
@include responsive($bp_medium){
&__groups,
&__client {
margin-left: 0;
margin-right: 0;
}
}
@include responsive($bp_small){