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 9857689 commit 61ffe5aCopy full SHA for 61ffe5a
src/components/projects/ProjectsFilter.vue
@@ -7,14 +7,12 @@
7
:id="select"
8
class="font-general-medium
9
px-4
10
- sm:px-6
11
py-2
12
border-1 border-gray-200
13
dark:border-secondary-dark
14
rounded-lg
15
text-sm
16
sm:text-md
17
- dark:font-medium
18
bg-secondary-light
19
dark:bg-ternary-dark
20
text-primary-dark
@@ -48,7 +46,7 @@ export default {
48
46
'Web Application',
49
47
'Mobile Application',
50
'UI/UX Design',
51
- 'Branding & Animations',
+ 'Branding & Anim',
52
],
53
},
54
src/components/projects/ProjectsGrid.vue
@@ -31,7 +31,7 @@
31
border-b border-primary-light
32
33
pb-3
34
- gap-3
+ gap-2
35
"
36
>
37
<div class="flex justify-between gap-2">
0 commit comments