mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #2011 from technoboy10/hotfix/tablet-banner-css
[MASTER] Fix top banner centering on android chrome
This commit is contained in:
commit
078feca0de
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue