From 06e51540426588146c09f205b645db4e0fa4c679 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 7 Apr 2021 22:14:49 -0700 Subject: [PATCH] Change size of splash bg image. Closes #893 --- webroot/styles/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webroot/styles/app.css b/webroot/styles/app.css index 544854bed..3929b25eb 100644 --- a/webroot/styles/app.css +++ b/webroot/styles/app.css @@ -18,10 +18,10 @@ html { } #loading-logo { - margin-top: 10%; + margin-top: 3%; margin-left: auto; margin-right: auto; - width: 30%; + height: 80vh; opacity: 0.2; }