We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca2e2f commit 4bff8caCopy full SHA for 4bff8ca
src/.vitepress/theme/components/PageFooter.vue
@@ -75,10 +75,6 @@ const darkMode = computed(() => data.isDark.value);
75
76
&__icon {
77
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;
82
}
83
84
&__container {
@@ -128,6 +124,7 @@ const darkMode = computed(() => data.isDark.value);
128
124
display: flex;
129
125
align-items: center;
130
126
flex-direction: column;
127
+ gap: 0.75rem;
131
132
133
@media screen and (max-width: 911px) {
0 commit comments