Files
ent/doc/website/static/css/custom.css
Ariel Mashraki 4565455ee4 ent/doc: add initial website
Reviewed By: alexsn

Differential Revision: D16668017

fbshipit-source-id: 3d4f5cb2a0277a4b1624ab60157d05302b898c52
2019-08-06 14:15:39 -07:00

17 lines
298 B
CSS
Executable File

/* 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) {
}