Add padding to main page content (#243)
This commit is contained in:
@@ -20,7 +20,7 @@ function Settings() {
|
||||
useSettingsStore();
|
||||
|
||||
return (
|
||||
<div className="flex flex-col gap-8 max-w-5xl mx-auto">
|
||||
<div className="flex flex-col gap-8 max-w-5xl mx-auto p-8 pt-0">
|
||||
<Card>
|
||||
<CardHeader className="border-b-2">
|
||||
<CardTitle className="text-lg">Settings</CardTitle>
|
||||
|
||||
Reference in New Issue
Block a user