logo height

This will prevent the UI from flickering when the image loads
This commit is contained in:
David Reed 2022-12-03 16:07:41 -05:00
parent d75d7fde3a
commit 35765e39cc
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F

View file

@ -76,6 +76,7 @@ body {
.logo {
width: 150px;
height: 150px;
}
.logo-wrapper .text {