Skip to content

Commit

Permalink
Add margin-left and margin-right to 0 for small device and let margin…
Browse files Browse the repository at this point in the history
… -12px for big devices.
  • Loading branch information
Elweyn committed Mar 13, 2024
1 parent 484db1d commit cab75fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presenter/src/layouts/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-main class="main-layout">
<HeaderMenu />
<v-container fluid class="page-container pa-0">
<v-row>
<v-row class="mx-0 mx-lg-n3 mx-xl-n3 mx-xxl-n3">
<v-col v-if="slots.sidemenu" cols="2">
<v-sheet rounded>
<slot name="sidemenu"></slot>
Expand Down

0 comments on commit cab75fc

Please sign in to comment.