From dacb60957b650f3bfbc6394ffb4930d8cf9d1f62 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 31 Oct 2020 22:17:25 +0000 Subject: [PATCH] centered the privacy policy --- public/privacy-policy.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/privacy-policy.html b/public/privacy-policy.html index 321c7a6a7..7ece1059f 100644 --- a/public/privacy-policy.html +++ b/public/privacy-policy.html @@ -52,6 +52,10 @@ font-size: 2rem; margin-top: 3rem; } + body { + justify-content: center; + display: flex; + }