@@ -37,7 +37,7 @@ function Languages() {
37
37
to = { useBaseUrl ( "/quickstart/samples-gin" ) }
38
38
>
39
39
< img
40
- className = "h-8 w-8"
40
+ className = "h-8 w-8 transition hover:scale-110 "
41
41
src = "/docs/img/golang.svg"
42
42
alt = "Go lang logo"
43
43
/>
@@ -63,7 +63,7 @@ function Languages() {
63
63
to = { useBaseUrl ( "/quickstart/samples-django" ) }
64
64
>
65
65
< img
66
- className = "h-8 w-8"
66
+ className = "h-8 w-8 transition hover:scale-110 "
67
67
src = "/docs/img/python.svg"
68
68
alt = "Python logo"
69
69
/>
@@ -142,7 +142,7 @@ function Frameworks() {
142
142
className = "flex flex-col items-center justify-center space-y-1 p-6 text-center hover:underline"
143
143
>
144
144
< img
145
- className = "h-8 w-8"
145
+ className = "h-8 w-8 transition hover:scale-110 "
146
146
src = "/docs/img/mongodb-logo.svg"
147
147
alt = "Docker logo"
148
148
/>
@@ -155,7 +155,7 @@ function Frameworks() {
155
155
className = "flex flex-col items-center justify-center space-y-1 p-6 text-center hover:underline"
156
156
>
157
157
< img
158
- className = "h-8 w-8"
158
+ className = "h-8 w-8 transition hover:scale-110 "
159
159
src = "/docs/img/http-logo.svg"
160
160
alt = "HTTP logo"
161
161
/>
@@ -168,7 +168,7 @@ function Frameworks() {
168
168
className = "flex flex-col items-center justify-center space-y-1 p-6 text-center hover:underline"
169
169
>
170
170
< img
171
- className = "h-8 w-8"
171
+ className = "h-8 w-8 transition hover:scale-110 "
172
172
src = "/docs/img/postgres-logo.svg"
173
173
alt = "PostgresSQL logo"
174
174
/>
@@ -178,10 +178,10 @@ function Frameworks() {
178
178
< li className = "mt-5 flex flex-col space-y-3 text-lg" >
179
179
< Link
180
180
to = { useBaseUrl ( "/dependencies/redis" ) }
181
- className = "flex flex-col items-center justify-center space-y-1 p-6 text-center "
181
+ className = "flex flex-col items-center justify-center space-y-1 p-6 text-center hover:underline "
182
182
>
183
183
< img
184
- className = "h-8 w-8"
184
+ className = "h-8 w-8 transition hover:scale-110 "
185
185
src = "/docs/img/redis-logo.svg"
186
186
alt = "Redis logo"
187
187
/>
0 commit comments