Skip to content

Commit

Permalink
Merge pull request #80 from emil-webkom/POreq
Browse files Browse the repository at this point in the history
Fix: small visual fix
  • Loading branch information
Mauritzskog authored Sep 10, 2024
2 parents fc457c9 + 6ec4532 commit d3765b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/(protected)/settings/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function SettingsLayout({ children }: SettingsLayoutProps) {

return (
<>
<div className="w-full flex flex-col items-center justify-center p-8">
<div className="w-full flex flex-col items-center justify-center lg:p-8">
<div className="space-y-6 flex flex-col items-center justify-center p-6 md:block w-[95%] lg:max-w-[60%] bg-[#003A42] rounded-lg text-white">
<div>
<h3 className="text-lg font-medium">Profil</h3>
Expand Down

0 comments on commit d3765b2

Please sign in to comment.