From 10e0848a5c5c95a69d43f68dcb944b9462e37ba8 Mon Sep 17 00:00:00 2001 From: Philip Karpiak Date: Fri, 30 Mar 2018 16:34:46 -0400 Subject: [PATCH] Use margin offsets for group plan header (#10180) So there are no whitespaces around the header --- website/client/components/groups/groupPlan.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/client/components/groups/groupPlan.vue b/website/client/components/groups/groupPlan.vue index 45c5fb4708..d226b1ff8d 100644 --- a/website/client/components/groups/groupPlan.vue +++ b/website/client/components/groups/groupPlan.vue @@ -171,6 +171,8 @@ div color: #fff; padding: 2em; height: 356px; + margin-left: -12px; + margin-right: -12px; h1 { font-size: 48px;