From 35765e39cc2e77c5c21dd4b32e4dc052cb4c51a8 Mon Sep 17 00:00:00 2001 From: David Reed Date: Sat, 3 Dec 2022 16:07:41 -0500 Subject: [PATCH] logo height This will prevent the UI from flickering when the image loads --- public/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.css b/public/index.css index 48a1b07..8a5e80a 100644 --- a/public/index.css +++ b/public/index.css @@ -76,6 +76,7 @@ body { .logo { width: 150px; + height: 150px; } .logo-wrapper .text {