Skip to content

Commit

Permalink
fix 居中
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Oct 30, 2024
1 parent a0f5f2d commit f4f0acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/GongAnBeiAn.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const GongAnBeiAn = () => {
return null
}
return (
<div className='flex flex-nowrap items-center gap-1'>
<div className='flex flex-nowrap items-center gap-1 justify-center'>
<LazyImage src='/images/gongan.png' width={15} height={15} />
<a href={href} target='_blank' rel='noopener noreferrer'>
{BEI_AN_GONGAN}
Expand Down

0 comments on commit f4f0acd

Please sign in to comment.