We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f9263 commit 16bfec3Copy full SHA for 16bfec3
src/pages/Skills.vue
@@ -35,13 +35,15 @@ const skills = [
35
<v-col
36
v-for="{ icon, text } in skills"
37
:key="icon"
38
+ class="d-flex"
39
cols="3"
40
lg="auto"
41
md="3"
42
sm="3"
43
xl="auto"
44
xs="3"
45
xxl="auto"
46
+ :class="{ 'justify-center': dp.mobile.value }"
47
>
48
<v-tooltip location="bottom" :text="text">
49
<template #activator="{ props }">
0 commit comments