Skip to content

Commit 4bff8ca

Browse files
committed
add space under icons
1 parent 8ca2e2f commit 4bff8ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/.vitepress/theme/components/PageFooter.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ const darkMode = computed(() => data.isDark.value);
7575
7676
&__icon {
7777
padding: 0 0.5rem;
78-
display: inline-flex; /* keep it inline with surrounding text */
79-
align-items: center; /* vertical centering */
80-
justify-content: center;
81-
vertical-align: middle;
8278
}
8379
8480
&__container {
@@ -128,6 +124,7 @@ const darkMode = computed(() => data.isDark.value);
128124
display: flex;
129125
align-items: center;
130126
flex-direction: column;
127+
gap: 0.75rem;
131128
}
132129
}
133130
@media screen and (max-width: 911px) {

0 commit comments

Comments
 (0)