feat: change flex to grid (#44175)

pull/44176/head
Ahmad Abdolsaheb 2021-11-12 22:47:26 +03:00 committed by GitHub
parent dceb27236e
commit 9f21b9bf19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -438,9 +438,8 @@ a.patreon-button {
background-color: #ff424d;
min-height: 42px;
border: none;
display: inline-flex;
align-items: center;
justify-content: center;
display: grid;
place-items: center;
}
a.patreon-button svg {
max-height: 12px;