2019-11-27 04:50:20 -05:00
|
|
|
/**
|
2020-02-25 10:12:28 -05:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2019-11-27 04:50:20 -05:00
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*/
|
2020-02-25 10:12:28 -05:00
|
|
|
|
2017-09-22 14:42:19 -04:00
|
|
|
/* your custom css */
|
|
|
|
|
|
2017-09-22 16:23:27 -04:00
|
|
|
@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) {
|
2020-02-25 10:12:28 -05:00
|
|
|
}
|