Skip to content

Commit 9cc217f

Browse files
committed
fix: フッターのソーシャルアイコンのサイズを調整
1 parent 51dea1c commit 9cc217f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,10 @@
6161
.md-header__button.md-logo svg {
6262
height: 2rem !important; /* 32px */
6363
width: auto !important;
64+
}
65+
66+
/* フッターのソーシャルアイコンを大きく */
67+
.md-social__link svg {
68+
width: 1.5rem !important;
69+
height: 1.5rem !important;
6470
}

0 commit comments

Comments
 (0)