Set more position properties to fix banner centering on android chrome

This commit is contained in:
Connor Hudson 2018-08-01 10:26:26 -04:00
parent 7d424580b7
commit 42dbeee985

View file

@ -15,7 +15,9 @@
.beta-top-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
height: 15rem;
}