Skip to content

Commit f75a2e5

Browse files
committed
Responsive design changes
1 parent 3ecdf97 commit f75a2e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/Home.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<div class="sm:grid sm:grid-cols-3 mt-10 sm:gap-10">
4949
<a
5050
href="#"
51-
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-6 sm:mb-0"
51+
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0"
5252
>
5353
<div>
5454
<img
@@ -68,7 +68,7 @@
6868
</a>
6969
<a
7070
href="#"
71-
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-6 sm:mb-0"
71+
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0"
7272
>
7373
<div>
7474
<img
@@ -88,7 +88,7 @@
8888
</a>
8989
<a
9090
href="#"
91-
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-6 sm:mb-0"
91+
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0"
9292
>
9393
<div>
9494
<img
@@ -106,7 +106,7 @@
106106
</a>
107107
<a
108108
href="#"
109-
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-6 sm:mb-0"
109+
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0"
110110
>
111111
<div>
112112
<img
@@ -124,7 +124,7 @@
124124
</a>
125125
<a
126126
href="#"
127-
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-6 sm:mb-0"
127+
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0"
128128
>
129129
<div>
130130
<img
@@ -144,7 +144,7 @@
144144
</a>
145145
<a
146146
href="#"
147-
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-6 sm:mb-0"
147+
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0"
148148
>
149149
<div>
150150
<img

0 commit comments

Comments
 (0)