File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 36
36
<section class =" pt-12 sm:pt-40" >
37
37
<div class =" text-center" >
38
38
<p
39
- class =" text-2xl sm:text-4xl font-semibold mb-3 text-gray-600"
39
+ class =" text-2xl sm:text-5xl font-semibold mb-3 text-gray-600"
40
40
>
41
41
Projects Portfolio
42
42
</p >
43
- <p class =" text-md sm:text-lg text-gray-500" >
43
+ <p class =" text-md sm:text-xl text-gray-500" >
44
44
Some of the projects I have successfully completed
45
45
</p >
46
46
</div >
47
47
48
- <div class =" sm: grid sm:grid-cols-3 mt-10 sm:gap-10" >
48
+ <div class =" grid grid-cols-1 sm:grid-cols-3 mt-16 sm:gap-10" >
49
49
<a
50
50
href =" #"
51
51
class =" rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0"
163
163
</div >
164
164
</a >
165
165
</div >
166
+ <div class =" mt-20 flex justify-center" >
167
+ <button
168
+ class =" flex items-center px-6 py-3 rounded-xl shadow-sm bg-indigo-500 hover:bg-indigo-600 text-white text-xl font-medium"
169
+ >
170
+ <i data-feather =" refresh-cw" class =" w-5 mr-3" ></i >
171
+ <span >Load More</span >
172
+ </button >
173
+ </div >
166
174
</section >
167
175
<!-- Home Poject Section End -->
168
176
You can’t perform that action at this time.
0 commit comments