mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-23 12:54:06 -06:00
page-listing 클래스 수정하여 날짜 한줄에 표시, left-sidebar 가독성 수정
This commit is contained in:
parent
9010e2ea12
commit
c545946b6c
@ -124,6 +124,9 @@ button.desktop-explorer {
|
||||
color: var(--dark);
|
||||
opacity: 0.75;
|
||||
pointer-events: all;
|
||||
font-weight: $normalWeight;
|
||||
line-height: 1.5rem;
|
||||
font-size: 0.95rem;
|
||||
|
||||
&.active {
|
||||
opacity: 1;
|
||||
@ -159,9 +162,9 @@ button.desktop-explorer {
|
||||
& div > a {
|
||||
color: var(--secondary);
|
||||
font-family: var(--headerFont);
|
||||
font-size: 0.95rem;
|
||||
font-weight: $semiBoldWeight;
|
||||
line-height: 1.5rem;
|
||||
font-size: 1.05rem;
|
||||
font-weight: $normalWeight;
|
||||
line-height: 2.0rem;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@ -182,12 +185,12 @@ button.desktop-explorer {
|
||||
font-family: var(--headerFont);
|
||||
|
||||
& span {
|
||||
font-size: 0.95rem;
|
||||
font-size: 1.05rem;
|
||||
display: inline-block;
|
||||
color: var(--secondary);
|
||||
font-weight: $semiBoldWeight;
|
||||
font-weight: $normalWeight;
|
||||
margin: 0;
|
||||
line-height: 1.5rem;
|
||||
line-height: 2.0rem;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@ li.section-li {
|
||||
|
||||
& > .section {
|
||||
display: grid;
|
||||
grid-template-columns: fit-content(8em) 3fr 1fr;
|
||||
grid-template-columns: fit-content(12em) 3fr 1fr;
|
||||
|
||||
@media all and ($mobile) {
|
||||
& > .tags {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user