center align custom reminder icons

This commit is contained in:
Steffen 2020-07-23 10:47:57 +02:00
parent a6ef38d7ad
commit 615ab168e2
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ ul.reminders .reminder {
width: 90%; width: 90%;
height: 90%; height: 90%;
background-size: 100%; background-size: 100%;
background-position: center 0; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
} }