Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed May 31, 2024
1 parent 421d6ee commit 96e9e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ export const Footer = () => {
</button>
</div>
</div>
<div className={'bg-[#333] my-10 mo:my-5 h-[1px] w-full'} />
<div className={'bg-white/15 my-10 h-[1px] w-full'} />
<div className='flex justify-between items-center mo:flex-col mo:w-full '>
<div className={'text-gray-500 text-sm mo:self-start'}>Copyright © EthDA {currentYear} All Rights Reserved</div>
<div className='flex gap-10 mo:gap-[50px] mo:my-5 mo:w-full mo:justify-center mo:justify-between text-[#737373]'>
<div className={'text-white/65 text-sm mo:self-start'}>Copyright © EthDA {currentYear} All Rights Reserved</div>
<div className='flex gap-10 mo:gap-[50px] mo:my-10 mo:w-full mo:justify-center mo:justify-between text-[#737373]'>
<Link href={'https://twitter.com/CrustNetwork'} target={'_blank'} className={'link-icon'}>
<TwitterIcon />
</Link>
Expand Down
2 changes: 1 addition & 1 deletion components/Home/ANewAgg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const ANewAgg = () => {
background:
index === i ? 'linear-gradient(90deg, rgba(222, 149, 25, 0.2) 0%, rgba(142, 70, 24, 0.2) 100%)' : 'none',
}}
className={` ${index === i ? ' borders text-[#E08900] h-[40px] mo:h-[36px] w-auto gap-1 px-5' : ' text-white'} text-sm font-medium flex items-center justify-center `}
className={` ${index === i ? ' borders text-[#E08900] h-[40px] mo:h-[36px] w-auto gap-1 px-5' : ' text-white'} text-lg font-medium flex items-center justify-center `}
>
{index === i && <img src='./Box.svg'></img>}
{tab[i]}
Expand Down

0 comments on commit 96e9e7e

Please sign in to comment.