Commit d48adc2a authored by Connor Hudson's avatar Connor Hudson

Set more position properties to fix banner centering on android chrome

parent 4b3d6b9e
...@@ -15,7 +15,9 @@ ...@@ -15,7 +15,9 @@
.beta-top-container { .beta-top-container {
position: absolute; position: absolute;
top: 0; top: 0;
right: 0;
bottom: 0; bottom: 0;
left: 0;
margin: auto; margin: auto;
height: 15rem; height: 15rem;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment