Merge pull request #2011 from technoboy10/hotfix/tablet-banner-css

[MASTER] Fix top banner centering on android chrome
This commit is contained in:
chrisgarrity 2018-08-01 17:15:36 -04:00 committed by GitHub
commit 078feca0de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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