stylexx.css/* 一覧カードを小さくする */
.two-two {
width: 127px;
height: 191px;
}
.two-two .icon {
padding-top: 30px;
}
.two-two .title {
height: 0px;
}
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 127px;
height: 191px;
}
stylexx.css/* 一覧カードを小さくする */
.two-two {
width: 95px;
height: 127px;
}
.two-two .icon {
padding-top: 2px;
}
.two-two .title {
height: 0px;
}
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 95px;
height: 127px;
}
stylexx.css/* 一覧カードを小さくする */
.two-two {
width: 79px;
height: 191px;
}
.two-two .icon {
padding-top: 2px;
}
.two-two .title {
height: 0px;
}
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 79px;
height: 191px;
}
style.css/* 一覧カードを小さくする */
.two-two {
width: 5vw;
height: 9vw;
}
.two-two .icon {
padding-top: 30px;
}
.two-two .title {
height: 0px;
}
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 5vw;
height: 9vw;
}