mobile margin

This commit is contained in:
hay-kot 2021-05-04 20:44:59 -08:00
commit 0f517d7137

View file

@ -75,6 +75,7 @@ export default {
classes() {
return {
"v-card--material--has-heading": this.hasHeading,
"mt-3": this.$vuetify.breakpoint.name == "xs" || this.$vuetify.breakpoint.name == "sm"
};
},
hasHeading() {