mirror of
https://github.com/Tailszefox/Pony-Fusion.git
synced 2024-11-23 14:27:59 +01:00
Tweaked FAQ close button
This commit is contained in:
parent
bd1169273b
commit
1b63ca8fe1
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue