Skip to content

Commit

Permalink
fix: title font size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielediremigio committed Oct 13, 2023
1 parent fab9570 commit d932a09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const TokenFeesVolumeChart = () => {
return (
<Card className="flex flex-col gap-y-4">
<div className="flex flex-col items-center gap-y-4 tablet:flex-row tablet:justify-between tablet:gap-x-4">
<h2 className="whitespace-nowrap text-center text-2xl text-base-content tablet:text-left lg:w-1/4">
<h2 className="whitespace-nowrap text-center text-lg text-base-content tablet:text-left tablet:text-2xl lg:w-1/4">
Token Fees Volume
</h2>
<div className="flex w-full flex-col gap-4 sm:flex-row tablet:items-center tablet:justify-end lg:w-3/4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const TokenVolumeChart = () => {
return (
<Card className="flex flex-col gap-y-4">
<div className="flex flex-col items-center gap-y-4 tablet:flex-row tablet:justify-between tablet:gap-x-4">
<h2 className="whitespace-nowrap text-center text-2xl text-base-content tablet:text-left lg:w-1/4">
<h2 className="whitespace-nowrap text-center text-lg text-base-content tablet:text-left tablet:text-2xl lg:w-1/4">
Token Volume
</h2>
<div className="flex w-full flex-col gap-4 sm:flex-row tablet:items-center tablet:justify-end lg:w-3/4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const TransactionFeesVolumeChart = () => {
return (
<Card className="flex flex-col gap-y-4">
<div className="flex flex-col items-center gap-y-4 tablet:flex-row tablet:justify-between tablet:gap-x-4">
<h2 className="whitespace-nowrap text-center text-2xl text-base-content tablet:text-left lg:w-1/4">
<h2 className="whitespace-nowrap text-center text-lg text-base-content tablet:text-left tablet:text-2xl lg:w-1/4">
Transaction Fees Volume
</h2>
<div className="flex w-full flex-col gap-4 sm:flex-row tablet:items-center tablet:justify-end lg:w-3/4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const TransactionVolumeChart = () => {
return (
<Card className="flex flex-col gap-y-4">
<div className="flex flex-col items-center gap-y-4 tablet:flex-row tablet:justify-between tablet:gap-x-4">
<h2 className="whitespace-nowrap text-center text-2xl text-base-content tablet:text-left lg:w-1/4">
<h2 className="whitespace-nowrap text-center text-lg text-base-content tablet:text-left tablet:text-2xl lg:w-1/4">
Transaction Volume
</h2>
<div className="flex w-full flex-col gap-4 sm:flex-row tablet:items-center tablet:justify-end lg:w-3/4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const TransactionWalletNumberChart = () => {
return (
<Card className="flex flex-col gap-y-4">
<div className="flex flex-col items-center gap-y-4 tablet:flex-row tablet:justify-between tablet:gap-x-4">
<h2 className="whitespace-nowrap text-center text-2xl text-base-content tablet:text-left lg:w-1/4">
<h2 className="whitespace-nowrap text-center text-lg text-base-content tablet:text-left tablet:text-2xl lg:w-1/4">
Transaction & Wallet Number
</h2>
<div className="flex w-full flex-col gap-4 sm:flex-row tablet:items-center tablet:justify-end lg:w-3/4">
Expand Down

0 comments on commit d932a09

Please sign in to comment.