기본 콘텐츠로 건너뛰기
.widget.Blog .heroPost{
margin-$startSide:-136px
}
.heroPost .big-post-title .post-snippet{
color:$(heropost.main.text.color)
}
.heroPost.noimage .post-snippet{
color:$(heropost.secondary.text.color)
}
.heroPost .big-post-image-top{
display:none;
background-size:cover;
background-position:center;
}
.heroPost .big-post-title{
background-color:$(heropost.main.background.color);
box-sizing:border-box;
-webkit-box-flex:1;
-webkit-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
max-width:$(feed.width - 392px);
min-width:0;
padding-bottom:34px;
padding-$endSide:76px;
padding-$startSide:76px;
border-radius: 1.5rem 0 0 1.5rem;
margin-left:136px;
padding-top:34px
}
.heroPost.noimage .big-post-title{
-webkit-box-flex:1;
-webkit-flex:1 0 auto;
-ms-flex:1 0 auto;
flex:1 0 auto;
max-width:480px;
width:480px