There was an error while loading. Please reload this page.
1 parent 7b7a628 commit 05cd4bdCopy full SHA for 05cd4bd
1 file changed
src/components/features/dashboard/WeightTracker.tsx
@@ -96,7 +96,7 @@ const WeightTracker = ({ currentDay }: WeightTrackerProps) => {
96
const hasChanged = weight !== originalWeight;
97
98
return (
99
- <div className="bg-[var(--color-background)] rounded-lg shadow-lg p-6 sm:p-8 mt-8">
+ <div className="bg-[var(--color-background)] rounded-lg shadow-lg p-6 sm:p-8 mt-8 lg:mt-0">
100
<h2 className="text-3xl font-bold font-orbitron text-center mb-6">Daily Weight</h2>
101
<div className="flex items-center gap-4">
102
<FontAwesomeIcon icon={faWeightScale} className="text-[var(--color-primary)]" size="2x" />
0 commit comments