ent/doc: add initial website

Reviewed By: alexsn

Differential Revision: D16668017

fbshipit-source-id: 3d4f5cb2a0277a4b1624ab60157d05302b898c52
This commit is contained in:
Ariel Mashraki
2019-08-06 14:11:07 -07:00
committed by Facebook Github Bot
parent dfadb3e27b
commit 4565455ee4
34 changed files with 1114 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/* your custom css */
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}