fix: 首页样式

main
fadeaway 8 months ago
parent 8991cb98f8
commit f17742e7dc

@ -112,19 +112,15 @@ export default function Home() {
<h5 className="text-[#ffffffb2] text-center text-[15px] leading-[21px] mt-[47px] mb-[4px]">Weibo</h5>
<p className="text-center text-[20px] font-medium h-[33.6px] flex items-center justify-center">
<Link
className="relative block h-[100%]"
className="relative block h-[33.6px] leading-[33.6px]"
href="https://weibo.com/1886232237?refer_flag=1001030103_"
target="_blank"
rel="noopener noreferrer"
>
<Image
className="w-[24px] h-[24px] absolute top-[50%] right-[-24px] translate-y-[-50%]"
width={24}
height={24}
src="/img/icon.svg"
alt="arrow-right"
/>
<span className="absolute top-[50%] right-[-24px] translate-y-[-50%]">
<Image className="w-[24px] h-[24px]" width={24} height={24} src="/img/icon.svg" alt="arrow-right" />
</span>
</Link>
</p>

Loading…
Cancel
Save