From 6bfa172846f738d5c125dce9cf728008a221d50d Mon Sep 17 00:00:00 2001
From: Diego Salazar <rehrar@tuta.io>
Date: Fri, 29 Mar 2019 22:56:30 +0100
Subject: [PATCH] Update custom.scss with .event p margin adjustment

---
 _sass/custom.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_sass/custom.scss b/_sass/custom.scss
index 6bb9e31..0b60f1c 100644
--- a/_sass/custom.scss
+++ b/_sass/custom.scss
@@ -163,7 +163,7 @@ p.table-title {
     }
 }
 
-.newsbyte p {
+.newsbyte p, .event p {
     margin-bottom: 0;
 }
 
-- 
GitLab