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 {
background: #9BC850;
position: absolute;
top: 47%;
width: 50%;
top: 20%;
bottom: 75%;
width: 95%;
}