Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Minor layout adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnguyen982301 committed Aug 8, 2024
1 parent 8db3e35 commit 01c7589
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/(utility)/@primary/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ import { Box, Stack } from '@mui/material';

export default function Default() {
return (
<Box sx={{ display: 'flex', width: '1050px' }}>
<Box sx={{ display: 'flex', width: { xs: '100%', sm: '1050px' } }}>
<Stack
sx={{
height: '100vh',
justifyContent: 'space-between',
maxWidth: '600px',
width: '100%',
width: { xs: '100%', sm: '500px', lg: '600px' },
borderRight: '1px solid rgb(239, 243, 244)',
}}
>
Expand Down

0 comments on commit 01c7589

Please sign in to comment.