page-listing 클래스 수정하여 날짜 한줄에 표시, left-sidebar 가독성 수정

This commit is contained in:
bleubulblight 2025-08-13 02:02:59 +09:00
parent 9010e2ea12
commit c545946b6c
2 changed files with 10 additions and 7 deletions

View File

@ -124,6 +124,9 @@ button.desktop-explorer {
color: var(--dark); color: var(--dark);
opacity: 0.75; opacity: 0.75;
pointer-events: all; pointer-events: all;
font-weight: $normalWeight;
line-height: 1.5rem;
font-size: 0.95rem;
&.active { &.active {
opacity: 1; opacity: 1;
@ -159,9 +162,9 @@ button.desktop-explorer {
& div > a { & div > a {
color: var(--secondary); color: var(--secondary);
font-family: var(--headerFont); font-family: var(--headerFont);
font-size: 0.95rem; font-size: 1.05rem;
font-weight: $semiBoldWeight; font-weight: $normalWeight;
line-height: 1.5rem; line-height: 2.0rem;
display: inline-block; display: inline-block;
} }
@ -182,12 +185,12 @@ button.desktop-explorer {
font-family: var(--headerFont); font-family: var(--headerFont);
& span { & span {
font-size: 0.95rem; font-size: 1.05rem;
display: inline-block; display: inline-block;
color: var(--secondary); color: var(--secondary);
font-weight: $semiBoldWeight; font-weight: $normalWeight;
margin: 0; margin: 0;
line-height: 1.5rem; line-height: 2.0rem;
pointer-events: none; pointer-events: none;
} }
} }

View File

@ -11,7 +11,7 @@ li.section-li {
& > .section { & > .section {
display: grid; display: grid;
grid-template-columns: fit-content(8em) 3fr 1fr; grid-template-columns: fit-content(12em) 3fr 1fr;
@media all and ($mobile) { @media all and ($mobile) {
& > .tags { & > .tags {