Skip to content

Commit 35ce281

Browse files
fix: remove unnecessary margins from v-main for consistent layout (#7481)
* fix: remove unnecessary margins from v-main for consistent layout * fix: remove media query for v-main margin to simplify layout
1 parent 80c7eba commit 35ce281

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

dashboard/src/scss/layout/_container.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@ html {
22
overflow-y: auto;
33
}
44
.v-main {
5-
margin-right: 20px;
5+
margin: 0;
66
}
77

88
.top-header {
99
border-bottom: 1px solid rgba(var(--v-theme-borderLight), 0.5);
1010
}
11-
@media (max-width: 1279px) {
12-
.v-main {
13-
margin: 0 10px;
14-
}
15-
}
1611
.spacer {
1712
padding: 100px 0;
1813
}

0 commit comments

Comments
 (0)