Skip to content

Commit

Permalink
responsive clean
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Aug 16, 2024
1 parent 7fd815d commit dda3167
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/components/Summary/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Summary: React.FC<SummaryProps> = ({
<div className="card flex flex-col gap-2 bg-base-300 p-4 shadow-sm xl:flex-row xl:items-center xl:justify-between xl:gap-4">
<h3 className="mb-4 font-bold xl:mb-0">Your staking summary</h3>
<div className="flex flex-1 justify-between gap-2">
<div className="flex flex-col gap-1 text-sm xl:flex-1 xl:flex-row xl:items-center xl:justify-center xl:gap-2 xl:text-base">
<div className="flex flex-col gap-1 text-sm xl:flex-1 xl:flex-row xl:items-center xl:justify-center xl:gap-2">
<p className="dark:text-neutral-content">Total staked</p>
<div className="flex items-center gap-1">
<FaBitcoin className="text-primary" size={16} />
Expand All @@ -38,8 +38,8 @@ export const Summary: React.FC<SummaryProps> = ({
</div>
</div>
<div className="divider divider-horizontal xl:m-0" />
<div className="flex flex-col gap-1 text-sm xl:flex-1 xl:flex-row xl:items-center xl:justify-center xl:gap-2 xl:text-base">
<div className="flex items-center gap-1">
<div className="flex flex-col gap-1 text-sm xl:flex-1 xl:flex-row xl:items-center xl:justify-center xl:gap-2">
<div className="flex items-center justify-end gap-1">
<p className="dark:text-neutral-content">Stakable Balance</p>
<span
className="cursor-pointer text-xs"
Expand Down Expand Up @@ -69,7 +69,7 @@ export const Summary: React.FC<SummaryProps> = ({
href="https://discord.com/invite/babylonglobal"
target="_blank"
rel="noopener noreferrer"
className="font-light text-primary hover:underline text-right lg:text-left"
className="font-light text-primary hover:underline text-right"
>
Get Test Tokens
</a>
Expand Down

0 comments on commit dda3167

Please sign in to comment.