File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" container mx-auto bg-white px-4 pt-40 pb-8" >
3
- <div class =" flex flex-col justify-center items-center mb-28" >
4
- <p class =" text-4xl font-semibold text-gray-500 mb-5" >Follow me</p >
5
- <ul class =" flex gap-8" >
2
+ <div class =" container mx-auto bg-white px-4 pt-20 sm:pt-40 pb-8" >
3
+ <div class =" flex flex-col justify-center items-center mb-12 sm:mb-28" >
4
+ <p class =" text-3xl sm:text-4xl font-semibold text-gray-500 mb-5" >
5
+ Follow me
6
+ </p >
7
+ <ul class =" flex gap-4 sm:gap-8" >
6
8
<li
7
9
class =" text-gray-400 hover:text-indigo-500 cursor-pointer rounded-lg bg-gray-50 hover:bg-gray-100 shadow-sm p-4"
8
10
>
9
- <i data-feather =" github" class =" w-8 h-8" ></i >
11
+ <i data-feather =" github" class =" w-6 sm:w-8 h-6 sm: h-8" ></i >
10
12
</li >
11
13
<li
12
14
class =" text-gray-400 hover:text-indigo-500 cursor-pointer rounded-lg bg-gray-50 hover:bg-gray-100 shadow-sm p-4"
13
15
>
14
- <i data-feather =" twitter" class =" w-8 h-8" ></i >
16
+ <i data-feather =" twitter" class =" w-6 sm:w-8 h-6 sm: h-8" ></i >
15
17
</li >
16
18
<li
17
19
class =" text-gray-400 hover:text-indigo-500 cursor-pointer rounded-lg bg-gray-50 hover:bg-gray-100 shadow-sm p-4"
18
20
>
19
- <i data-feather =" instagram" class =" w-8 h-8" ></i >
21
+ <i
22
+ data-feather =" instagram"
23
+ class =" w-6 sm:w-8 h-6 sm:h-8"
24
+ ></i >
20
25
</li >
21
26
<li
22
27
class =" text-gray-400 hover:text-indigo-500 cursor-pointer rounded-lg bg-gray-50 hover:bg-gray-100 shadow-sm p-4"
23
28
>
24
- <i data-feather =" dribbble" class =" w-8 h-8" ></i >
29
+ <i
30
+ data-feather =" dribbble"
31
+ class =" w-6 sm:w-8 h-6 sm:h-8"
32
+ ></i >
25
33
</li >
26
34
</ul >
27
35
</div >
You can’t perform that action at this time.
0 commit comments