settings
code:style.css
/* imgをセンタリング */
.line img.image{
display: block;
margin: 0 auto;
}
.line strong.level-2{
display: block;
position: relative;
font-size: 160%;
line-height: 160%;
text-align: center;
margin: 12px auto 18px;
font-weight: 100;
}
.line strong.level-2:after{
position: absolute;
content: '';
width: 100px;
top: 0;
bottom: -0.5em;
left: 0;
right: 0;
margin: 0 auto;
}
display: none;
}
/* ピン留めされたページを独立した段に表示する */
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}