Fixing docs site home screen mobile layout issues (#10886)

* fixing phone layout issues, "sqlab" -> "SQL Lab"

* fixing docs width/scrolling issues

* Revert "fixing docs width/scrolling issues"

This reverts commit 53c6482083.

* minor cherry on top-> remove nowrap and improve a link in README

Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
Evan Rusackas
2020-09-16 09:56:56 -07:00
committed by GitHub
parent f9cfb3ed0e
commit 87fc425be9
3 changed files with 38 additions and 15 deletions

View File

@@ -96,7 +96,6 @@ const contentStyle = css`
border-radius: 3px;
max-width: 800px;
width: 100%;
white-space: nowrap;
overflow: auto;
}
p {