Tweaked FAQ close button

This commit is contained in:
Tailszefox 2021-02-12 09:44:39 +01:00
parent bd1169273b
commit 1b63ca8fe1

View file

@ -170,18 +170,18 @@ body
position: fixed; position: fixed;
top: 20px; top: 15px;
right: 8%; right: 8%;
border-radius: 20px; border-radius: 20px;
font-size: 15pt; font-size: 30pt;
} }
#faqCloseButton #faqCloseButton
{ {
position: relative; position: relative;
top: 3px; top: 5px;
cursor: pointer; cursor: pointer;
} }