From d570f4438457cf652633f91cccd9f75f106d9dee Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 18 Jun 2021 19:28:59 +0200 Subject: [PATCH] Remove mad margin on .title Signed-off-by: Thomas Citharel --- js/src/components/Event/RecentEventCardWrapper.vue | 2 +- js/src/variables.scss | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/js/src/components/Event/RecentEventCardWrapper.vue b/js/src/components/Event/RecentEventCardWrapper.vue index bee20a990..a2d2c6e1d 100644 --- a/js/src/components/Event/RecentEventCardWrapper.vue +++ b/js/src/components/Event/RecentEventCardWrapper.vue @@ -30,6 +30,6 @@ export default class RecentEventCardWrapper extends Vue { diff --git a/js/src/variables.scss b/js/src/variables.scss index 18f916fc2..02942a8c1 100644 --- a/js/src/variables.scss +++ b/js/src/variables.scss @@ -128,10 +128,6 @@ $subtitle-size: 32px; $subtitle-sub-size: 30px; $subtitle-sup-size: 15px; -.title { - margin: 30px auto 45px; -} - .subtitle { background: $secondary; display: inline;