mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-12 04:06:37 +08:00
15 lines
267 B
SCSS
15 lines
267 B
SCSS
// // 媒体查询
|
|
// @media (min-width: 400px) and (max-width: 599px) {
|
|
// // 设置欢迎语的底部距离
|
|
// .welcome-text {
|
|
// margin-bottom: 28px;
|
|
// }
|
|
// }
|
|
|
|
// @media (min-width: 600px) {
|
|
// .welcome-text {
|
|
// margin-bottom: 32px;
|
|
// }
|
|
// }
|
|
|