From dbe362e22baae05dd5adcaf72e8c46cbfbeaa68f Mon Sep 17 00:00:00 2001
From: PCoder <purple.coder@yahoo.co.uk>
Date: Fri, 1 Feb 2019 08:31:57 +0100
Subject: [PATCH] Add paragraph styling

---
 templates/gdpr/gdpr_banner.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/templates/gdpr/gdpr_banner.html b/templates/gdpr/gdpr_banner.html
index eb628b99..ad36ec6f 100644
--- a/templates/gdpr/gdpr_banner.html
+++ b/templates/gdpr/gdpr_banner.html
@@ -13,6 +13,10 @@
         font-weight: 300;
     }
 
+    p.gdpr {
+        margin: 0;
+    }
+
     div#gdprBanner {
         position: fixed;
         bottom: 0;