diff --git a/app/components/TimeElapsed.tsx b/app/components/TimeElapsed.tsx index 8e2c5f9..264aaf1 100644 --- a/app/components/TimeElapsed.tsx +++ b/app/components/TimeElapsed.tsx @@ -39,8 +39,7 @@ const TimeElapsed = ({ startTime, endTime }: Props) => { display: 'flex', alignItems: 'center', justifyContent: 'center', - flexDirection: 'column', - margin: '0 1rem' + flexDirection: 'column' }} >
@@ -331,8 +332,10 @@ export default function TimeEntriesPage() {
                     sx={{
                       display: 'flex',
                       flexShrink: 0,
+                      marginLeft: '1rem',
 
                       '@media (max-width: 600px)': {
+                        marginLeft: '0',
                         marginTop: '0.33rem'
                       }
                     }}