From 1b63ca8fe1239269ee6e23713c52abf9497f9a5c Mon Sep 17 00:00:00 2001 From: Tailszefox Date: Fri, 12 Feb 2021 09:44:39 +0100 Subject: [PATCH] Tweaked FAQ close button --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 4ca1575..a37bde0 100644 --- a/css/style.css +++ b/css/style.css @@ -170,18 +170,18 @@ body position: fixed; - top: 20px; + top: 15px; right: 8%; border-radius: 20px; - font-size: 15pt; + font-size: 30pt; } #faqCloseButton { position: relative; - top: 3px; + top: 5px; cursor: pointer; }