mobile user image toggle fixed
This commit is contained in:
@@ -324,19 +324,19 @@
|
||||
|
||||
@include mobile-landscape {
|
||||
margin:0 !important;
|
||||
justify-content: space-between;
|
||||
justify-content: end;
|
||||
padding:0 30px;
|
||||
width: 100%;;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
margin:0 !important;
|
||||
justify-content: space-between;
|
||||
justify-content: end;
|
||||
padding:0 30px;
|
||||
width: 100%;;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
margin:0 !important;
|
||||
justify-content: space-between;
|
||||
justify-content: end;
|
||||
padding:0 30px;
|
||||
width: 100%;;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user