Skip to content

给首页增加一个侧边栏的样式,

Published: at 15:11

今天不一定能写完,添加几个核心的点,详情看这里144

Table of contents

显示目录

heading 1

/components/FixedSocials.astro
<div
class="hidden socials:fixed top-[100px] left-12 socials:flex h-auto w-6 flex-col items-center justify-between gap-3"
>
<div class="mb-20 -rotate-0 text-lg tracking-widest single-line-text font-extrabold">
<a
href={`mailto:[email protected]`}
class="link-outline text-3xl hover:text-skin-accent"
>
流浪<center>|</center>是灵魂最好的安放
</a>
</div>
<div class="h-28 w-[0.2875rem] bg-skin-inverted"></div>
</div>

修改部分 -rotate-0 single-line-text font-extrabold

h-28 w-[0.2875rem] hidden socials:flex