File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ import Container from "../Container.astro";
33const clients = [
44 " https://img.alicdn.com/imgextra/i3/O1CN01pJYzKW1I4lhimxyCI_!!6000000000840-55-tps-297-85.svg" ,
55 " https://img.alicdn.com/imgextra/i3/O1CN01UV8NPW1l8XpKk1ZOl_!!6000000004774-55-tps-142-32.svg" ,
6- " https://img.alicdn.com/imgextra/i4/O1CN01Ak686F1U5ThzZVnpz_!!6000000002466-2-tps-1853-456.png"
6+ " https://img.alicdn.com/imgextra/i4/O1CN01Ak686F1U5ThzZVnpz_!!6000000002466-2-tps-1853-456.png" ,
7+ " https://img.alicdn.com/imgextra/i2/O1CN014Gw8Vu25qmOlQ6wJt_!!6000000007578-55-tps-181-60.svg"
78];
89---
910<Container >
1011 <div class =" flex flex-col items-center gap-11 py-24 overflow-hidden" >
11- <p class =" text-white " >合作品牌 </p >
12- <div class =" w-full flex flex-row justify-around gap-10 flex-wrap" >
12+ <p class =" text-white text-[14px] " >They trust us </p >
13+ <div class =" w-full flex flex-row justify-center gap-[60px] flex-wrap" >
1314 {
1415 clients .map (client => (
15- <img class = " w-32 " src = { client } />
16+ <img class = " w-[160px] " src = { client } />
1617 ))
1718 }
1819 </div >
You can’t perform that action at this time.
0 commit comments