From 9f21b9bf195e9e1e0291f24e781f2507f4a87ed4 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Fri, 12 Nov 2021 22:47:26 +0300 Subject: [PATCH] feat: change flex to grid (#44175) --- client/src/components/Donation/Donation.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/components/Donation/Donation.css b/client/src/components/Donation/Donation.css index 5f337807a6..84ddb91b77 100644 --- a/client/src/components/Donation/Donation.css +++ b/client/src/components/Donation/Donation.css @@ -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;