File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" mt-20 bg-gray-100 shadow-sm" >
3
- <div class =" container mx-auto p-10 flex justify-between items-center" >
4
- <div >
2
+ <div class =" mt-10 sm:mt-20 bg-gray-100 shadow-sm" >
3
+ <div
4
+ class =" container mx-auto p-10 block sm:flex sm:justify-between sm:items-center"
5
+ >
6
+ <div class =" mb-20 sm:mb-0" >
5
7
<p class =" text-4xl font-bold text-gray-600 mb-2" >12</p >
6
8
<span class =" text-md text-gray-500" >Years of experience</span >
7
9
</div >
8
- <div >
10
+ <div class = " mb-20 sm:mb-0 " >
9
11
<p class =" text-4xl font-bold text-gray-600 mb-2" >20k+</p >
10
12
<span class =" text-md text-gray-500" >Stars on GitHub</span >
11
13
</div >
12
- <div >
14
+ <div class = " mb-20 sm:mb-0 " >
13
15
<p class =" text-4xl font-bold text-gray-600 mb-2" >92%</p >
14
16
<span class =" text-md text-gray-500" >Positive feedback</span >
15
17
</div >
You can’t perform that action at this time.
0 commit comments