mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
9 lines
120 B
SCSS
9 lines
120 B
SCSS
.hero-content {
|
|
padding: 55px 40px 0;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.hero-content {
|
|
padding: 30px 10px 0;
|
|
}
|
|
}
|