From 6e8988bbc96876659269b36e9df233d75601749d Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 4 Jun 2021 13:04:15 +0100 Subject: [PATCH] aligned content to the top --- static/security-policy.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/security-policy.html b/static/security-policy.html index ca002e68b..1b6262f4b 100644 --- a/static/security-policy.html +++ b/static/security-policy.html @@ -43,6 +43,10 @@ color: var(--text-color); } + #centerContent{ + align-items: flex-start; + } + h1 { font-weight: unset; color: var(--main-color);