Skip to content

Commit 7de8578

Browse files
committed
fix: SVG 아이콘 크기 수정 및 로고 설정 제거
1 parent 2b096e1 commit 7de8578

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ plugins:
1515
# Color scheme
1616
color_scheme: dark
1717

18-
# Logo
19-
logo: "/assets/images/logo.png"
18+
# Logo (disabled - no logo file)
19+
# logo: "/assets/images/logo.png"
2020

2121
# Aux links (top right)
2222
aux_links:

_sass/custom/custom.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.site-nav svg,
2+
.nav-list-link svg,
3+
.search-input-wrap svg,
4+
.aux-nav svg,
5+
.breadcrumb-nav svg {
6+
width: 1em;
7+
height: 1em;
8+
max-width: 24px;
9+
max-height: 24px;
10+
}
11+
12+
.search-icon {
13+
width: 1em;
14+
height: 1em;
15+
}
16+
17+
.external-link-icon {
18+
width: 0.8em;
19+
height: 0.8em;
20+
}

0 commit comments

Comments
 (0)