mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix grid margins on phones
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div :class="$vuetify.breakpoint.mdAndUp ? 'grid' : undefined">
|
||||
<div :class="$vuetify.breakpoint.mdAndUp ? 'grid' : 'grid-mobile'">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
@@ -21,6 +21,10 @@ export default {
|
||||
grid-gap: 16px;
|
||||
}
|
||||
|
||||
.grid-mobile * {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.grid-col {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user