From 0920100fed2231c9a5a3bda90dd48c253378edfd Mon Sep 17 00:00:00 2001 From: BurnyLlama Date: Mon, 26 Jul 2021 00:04:18 +0200 Subject: [PATCH] Fixed styling in privacy policy. --- styles/privacy.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/privacy.css b/styles/privacy.css index 91b7afd..e8a2aa2 100644 --- a/styles/privacy.css +++ b/styles/privacy.css @@ -21,3 +21,8 @@ h2 { ul { margin: .5rem 2rem; } + +p { + margin: 0; + width: auto; +} \ No newline at end of file