mobile user image toggle fixed

This commit is contained in:
victorAnumudu
2024-12-07 13:00:14 +01:00
parent 0a316ac997
commit 7bad07b692
2 changed files with 15 additions and 6 deletions
+3 -3
View File
@@ -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%;;
}