center status text on dashboard

This commit is contained in:
Tealk 2021-03-18 12:03:12 +01:00
parent 6ab36fff62
commit 8fbee43bbc
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
1 changed files with 2 additions and 2 deletions

View File

@ -133,9 +133,9 @@ body a h1{
.status{
float: right;
box-sizing: border-box;
padding: 0px 35px;
padding: 15px 35px;
text-align: right;
font-size: 1.05em;
font-size: 1.1em;
font-family: 'Fira Sans', sans-serif;
}