We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f6270 commit 9c6db51Copy full SHA for 9c6db51
src/routes/settings/index.tsx
@@ -76,7 +76,7 @@ function Settings() {
76
<div className="min-h-screen antialiased bg-background p-6 md:p-8 flex items-center justify-center">
77
<Card className="w-full max-w-3xl">
78
<CardHeader>
79
- <div className="flex flex-col sm:flex-row sm:items-center justify-between gap-4">
+ <div className="flex flex-col sm:flex-row sm:items-baseline justify-between gap-4">
80
<div>
81
<CardTitle className="text-2xl font-bold">
82
{t("settings")}
0 commit comments