Fixing layout of waiting box

This commit is contained in:
Nate Taylor
2019-10-26 12:58:15 -05:00
parent c41c5f2d13
commit dc4d0ead0c

View File

@@ -66,6 +66,7 @@ div.results {
.waiting { .waiting {
background: #9BC850; background: #9BC850;
position: absolute; position: absolute;
top: 47%; top: 20%;
width: 50%; bottom: 75%;
width: 95%;
} }