1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-04-04 22:24:36 +00:00

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

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;
} }