(사용자) 메인 날짜 레이아웃 수정, 버튼 틀어지는 거 수정

This commit is contained in:
subsub 2025-11-03 16:13:28 +09:00
parent 42bb8d2482
commit a118951837
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ button{transition: background-color .1s linear;}
.btnType08{background:var(--primary-color);color:#fff;width:200px;}
.btnType08:hover{background:var(--primary-color-hover);}
.btn{font-size:1.7rem;font-weight:600;border-radius:5px;padding:0 30px;}
.btn{font-size:1.7rem;font-weight:600;border-radius:5px;padding:0 15px;}
.btn.text{padding:0;}

View File

@ -110,7 +110,7 @@
.section04 .list a{display:flex;padding:20px 8px;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;box-sizing:border-box;gap:40px;}
.section04 .list .title{width:calc(100% - 60px);font-size:2.1rem;color:#555;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:color .3s;}
.section04 .list a:hover .title{color:#396ac4;}
.section04 .list .date{font-size:2.1rem;color:#7c7c7c;}
.section04 .list .date{font-size:2.1rem;color:#7c7c7c;white-space:nowrap;}
/* site_slide */