Skip to content

Commit

Permalink
fix top margin in small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyTanna29 authored Dec 7, 2024
1 parent e8a01eb commit 469479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(dashboard)/(routes)/settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function SettingsPage() {

<div className="flex gap-4 items-center ml-6">
<h1 className="font-bold">Account : </h1>
<div className="flex flex-col sm:flex-row gap-4 ml-[83px]">
<div className="flex flex-col sm:flex-row gap-4 ml-20 mt-4 md:mt-0">
<Link href={"/user-profile"}>
<Button
variant={"outline"}
Expand Down

0 comments on commit 469479b

Please sign in to comment.