feat: change flex to grid (#44175)

This commit is contained in:
Ahmad Abdolsaheb
2021-11-12 22:47:26 +03:00
committed by GitHub
parent dceb27236e
commit 9f21b9bf19

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;