Skip to content

Commit

Permalink
fix: TypeAnimation styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 5, 2023
1 parent c83106f commit 95a6504
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const Home: NextPage = () => {
};

return (
<div className="mt-10 sm:mt-40">
<div className="mt-10 w-full sm:mt-40">
<a
target="_blank"
rel="noreferrer"
Expand All @@ -138,7 +138,7 @@ export const Home: NextPage = () => {
<span className="text-sky-400 underline">jimmylv.cn</span>
/video/BV1k84y1e7fW
</a>
<h1 className="max-w-5xl text-center text-4xl font-bold sm:text-7xl">
<h1 className="h-[5rem] w-full text-center text-4xl font-bold sm:w-[64rem] sm:text-7xl">
一键总结{" "}
<span className="relative whitespace-nowrap text-pink-400">
<SquigglyLines />
Expand All @@ -163,7 +163,9 @@ export const Home: NextPage = () => {
/>
</span>{" "}
音视频内容 <br />
<div className="mt-4">Powered by GPT-3.5 AI</div>
</h1>
<h1 className="mt-4 w-full text-center text-4xl font-bold sm:w-[64rem] sm:text-7xl">
Powered by GPT-3.5 AI
</h1>
<p className="mt-10 text-center text-lg text-gray-500 sm:text-2xl">
在下面的输入框,直接复制粘贴
Expand Down

1 comment on commit 95a6504

@vercel
Copy link

@vercel vercel bot commented on 95a6504 Mar 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.