diff --git a/src/theme/media/home.scss b/src/theme/media/home.scss new file mode 100644 index 0000000000000000000000000000000000000000..37bfa8f95967b568af2f6bab9e7c363b137b3296 --- /dev/null +++ b/src/theme/media/home.scss @@ -0,0 +1,23 @@ +@import './index.scss'; + +/* The page width is less than 768px +------------------------------- */ +@media screen and (max-width: $sm) { + .home-media, + .home-media-sm { + margin-top: 15px; + } +} + +/* The page width is less than 1200px +------------------------------- */ +@media screen and (max-width: $lg) { + .home-media-lg { + margin-top: 15px; + } + .home-monitor { + .flex-warp-item { + width: 33.33% !important; + } + } +}