Merge pull request #2010 from technoboy10/bugfix/tablet-banner-centering

[DEVELOP] Fix top banner centering on android chrome
This commit is contained in:
Connor Hudson 2018-08-01 16:45:52 -04:00 committed by GitHub
commit afde4597d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }