settings
https://gyazo.com/f5aad8e143b8d197c25d5e884bb315a2
code:style.css
.line img.image {
max-height: none !important;
max-width: 100% !important;
width: 100%;
}
.col-page {
width: 90vw;
max-width: 90vw;
}
.header {
display: none;
}
.page-list {
width: 90vw;
position: relative;
left: 50%;
transform: translate(-50%);
}
.page-list-item {
width: 20vw !important;
height: auto !important;
}