Browse Source

Change size of splash bg image. Closes #893

pull/905/head
Gabe Kangas 4 years ago
parent
commit
06e5154042
  1. 4
      webroot/styles/app.css

4
webroot/styles/app.css

@ -18,10 +18,10 @@ html { @@ -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;
}

Loading…
Cancel
Save