docs: 🐛 fix css for mobile devices

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2021-08-25 09:38:34 +02:00
parent a8b3d9325d
commit 2c7b8575ca
2 changed files with 117 additions and 56 deletions

View File

@@ -4,6 +4,6 @@
"jsxBracketSameLine": true,
"printWidth": 80,
"proseWrap": "never",
"singleQuote": true,
"singleQuote": false,
"trailingComma": "all"
}