From 7198100fc33c93722e1537e8caf6db75aa603a88 Mon Sep 17 00:00:00 2001 From: Lionell Briones Date: Tue, 25 Jan 2022 00:02:35 +0800 Subject: [PATCH] Fix header logo alignment --- packages/ui/css/web3auth.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/css/web3auth.css b/packages/ui/css/web3auth.css index aaf753409..c031a7d90 100644 --- a/packages/ui/css/web3auth.css +++ b/packages/ui/css/web3auth.css @@ -239,6 +239,7 @@ #w3a-modal .w3a-header { display: flex; color: var(--text-color2); + align-items: center; } #w3a-modal .w3a-header__logo { height: auto;