From 0f517d71374feed18e844a240fe4bbba5777d4ec Mon Sep 17 00:00:00 2001 From: hay-kot Date: Tue, 4 May 2021 20:44:59 -0800 Subject: [PATCH] mobile margin --- frontend/src/components/UI/StatCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/UI/StatCard.vue b/frontend/src/components/UI/StatCard.vue index 50b1fc9e7..a9f11c945 100644 --- a/frontend/src/components/UI/StatCard.vue +++ b/frontend/src/components/UI/StatCard.vue @@ -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() {