Files
layui-ul/source/scss/jumbotron/_jumbotron.scss
2022-04-29 09:19:49 +08:00

22 lines
382 B
SCSS

.ul-jumbotron {
padding : 15px;
text-align: center;
.main {
margin : 20px auto;
max-width : 800px;
text-align: center;
.title {
font-size : 32px;
font-weight: 600;
}
.desc {
font-size : 18px;
line-height: 1.8;
margin : 25px auto;
}
}
}