Reduce size of instance info button in footer.

This commit is contained in:
Daniel Valentine 2023-02-08 00:33:31 -07:00
parent fa68bf561b
commit 37f71c48d1
No known key found for this signature in database
GPG Key ID: C82492E4FF813823
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ body > footer {
color: var(--text);
cursor: pointer;
display: inline-flex;
font-size: 300%;
font-size: 150%;
padding: 0.5em;
}