Skip to content

Commit

Permalink
feat(dashboard): make responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujit committed Sep 26, 2024
1 parent e805297 commit 93813fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/views/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Dashboard = () => {
});

return (
<section className="naxatw-h-screen-nav naxatw-bg-grey-50 naxatw-px-16 naxatw-pt-8">
<section className="naxatw-h-screen-nav naxatw-bg-grey-50 naxatw-px-3 naxatw-pt-8 md:naxatw-px-16">
<FlexRow className="naxatw-mb-4 naxatw-py-3">
<h5 className="naxatw-font-bold">Profile</h5>
</FlexRow>
Expand Down

0 comments on commit 93813fd

Please sign in to comment.