mirror of
https://github.com/ent/ent.git
synced 2026-04-28 21:50:56 +03:00
Reviewed By: alexsn Differential Revision: D16668017 fbshipit-source-id: 3d4f5cb2a0277a4b1624ab60157d05302b898c52
17 lines
298 B
CSS
Executable File
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) {
|
|
}
|