Skip to content

Commit

Permalink
udpate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bidyashish committed Feb 14, 2025
1 parent ccf751a commit 702c4f4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions sources/packages/web/src/assets/css/student.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,28 @@ span.v-btn__content {
}

// Mobile-specific styles
.v-container.v-container--fluid.v-locale--is-ltr {
&:has(> .mobile-view) {
padding: 0px !important;
}
}

.mobile-view {
:deep(.v-container) {
padding: 9px !important;
margin-right: 0px !important;
margin-left: 0px !important;

.v-container {
padding: 5px !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}

:deep(.v-row) {
.v-row {
margin: 0 !important;
}

:deep(.v-col) {
.v-col {
padding: 9px !important;
}
}

0 comments on commit 702c4f4

Please sign in to comment.