Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lvwzhen committed Apr 22, 2023
1 parent 9436e55 commit d148343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/SearchDialog.tsx
Expand Up @@ -178,7 +178,7 @@ export function SearchDialog() {
text-slate-500 dark:text-slate-400 hover:text-slate-700 dark:hover:text-slate-300
transition-colors
rounded-full
bg-white
bg-white/50 backdrop-blur-sm hover:bg-white/80
border border-slate-200 dark:border-slate-500 hover:border-slate-300 dark:hover:border-slate-500
w-full
md:min-w-[580px] "
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Expand Up @@ -42,7 +42,7 @@ export default function Home() {

<div className='mt-28 md:mt-40 text-center w-full'>
<h2 className='text-slate-500'>更多好玩</h2>
<ul className='grid grid-cols-2 md:grid-cols-3 gap-3 md:gap-5 mt-6 max-w-lg mx-auto text-xs'>
<ul className='grid grid-cols-2 md:grid-cols-3 gap-3 md:gap-5 mt-4 max-w-lg mx-auto text-xs'>
<li>
<Link href="https://magickpen.com/?ref=lawcnai" className=' text-slate-400 border border-slate-300/30 transition-all hover:bg-white/50 hover:backdrop-blur-md py-2.5 rounded-md block'>
<Image src={'/MagickPen.png'} width={100} height="20" className='w-full mb-1 h-5 object-contain' alt="MagickPen - 智能写作助手" />
Expand Down

1 comment on commit d148343

@vercel
Copy link

@vercel vercel bot commented on d148343 Apr 22, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

law-cn-ai – ./

law-cn-ai.vercel.app
law-cn-ai-lvwzhen.vercel.app
law-cn-ai-git-main-lvwzhen.vercel.app

Please sign in to comment.