Skip to content

Commit 05cd4bd

Browse files
committed
Updated weight tracker margins on desktop
1 parent 7b7a628 commit 05cd4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/features/dashboard/WeightTracker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const WeightTracker = ({ currentDay }: WeightTrackerProps) => {
9696
const hasChanged = weight !== originalWeight;
9797

9898
return (
99-
<div className="bg-[var(--color-background)] rounded-lg shadow-lg p-6 sm:p-8 mt-8">
99+
<div className="bg-[var(--color-background)] rounded-lg shadow-lg p-6 sm:p-8 mt-8 lg:mt-0">
100100
<h2 className="text-3xl font-bold font-orbitron text-center mb-6">Daily Weight</h2>
101101
<div className="flex items-center gap-4">
102102
<FontAwesomeIcon icon={faWeightScale} className="text-[var(--color-primary)]" size="2x" />

0 commit comments

Comments
 (0)