Skip to content

Commit

Permalink
feat: adjust paddings on md breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gleiser-oliveira committed Nov 27, 2023
1 parent a9c8d44 commit fe54033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Governance/VotingWallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const VotingWalletUi: React.FC<VotingWalletUiProps> = ({
)}

<Card className="mt-6 flex flex-col p-6 sm:flex-row sm:items-center sm:justify-between lg:flex-col lg:items-start">
<div className="border-r-[#21293A] pb-4 sm:border-r sm:pb-0 sm:pr-10 lg:border-r-0 lg:pb-4">
<div className="border-r-[#21293A] pb-4 sm:border-r sm:pb-0 sm:pr-[26px] md:pr-10 lg:border-r-0 lg:pb-4">
<p className="text-base font-semibold text-grey sm:text-sm md:text-base">
{t('vote.votingWeight')}
</p>
Expand All @@ -130,7 +130,7 @@ export const VotingWalletUi: React.FC<VotingWalletUiProps> = ({

<div
className={cn(
'mt-4 sm:ml-10 sm:mr-auto sm:mt-0 lg:ml-0 lg:mr-0 lg:mt-4',
'mt-4 sm:ml-[26px] sm:mr-auto sm:mt-0 md:ml-10 lg:ml-0 lg:mr-0 lg:mt-4',
shouldApplyMarginToTotalLocked && 'mb-5 sm:mb-0 lg:mb-5',
)}
>
Expand Down

0 comments on commit fe54033

Please sign in to comment.