햄버거 버튼... 정말 쓸데없다고 생각합니다. 과감히 없앴으면 좋겠구요
.articles__icon--layout
공간확보를 위해 padding 줄였으면 하고요
.layout-list .articles, .layout-compressed .articles {
padding: 1em;
}
글목록 긴제목 끝에 dotdotdot 붙이기
.list_item .list_title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
}