Skip to content

Commit

Permalink
feat: Reduce Mobile Pages Margin - MEED-7054 - Meeds-io/meeds#2144
Browse files Browse the repository at this point in the history
This change will reduce Mobile Pages Margin from 20px to 8px to enhance user UX.
  • Loading branch information
boubaker committed Aug 22, 2024
1 parent ed7a17d commit 9ea8344
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,13 @@
}
}

@media (max-width: @maxMobileWidth) {
.VuetifyApp .layout-sections-parent .layout-section .layout-section-content {
padding-left: 8px;
padding-right: 8px;
}
}

@media (max-width: @maxTabletWidth) {
.VuetifyApp .layout-sections-parent {
.flex-cell:has(.layout-application), .grid-cell:has(.layout-application) {
Expand Down

0 comments on commit 9ea8344

Please sign in to comment.