Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vincentbollaert/f832ab19eb31daf528e84d8bb07cadd4 to your computer and use it in GitHub Desktop.
Save vincentbollaert/f832ab19eb31daf528e84d8bb07cadd4 to your computer and use it in GitHub Desktop.
Binance mobile grid styling override
grid-template-rows: 0 570px auto auto auto;
grid-template-areas:
"header header orderbook"
"chart chart orderbook"
"orderform orderform orderbook"
"tradelist tradelist orderbook"
"history history orderbook";
grid-template-columns: 1fr 1fr 234px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment