style: better margins

This commit is contained in:
zhom
2025-11-26 00:55:49 +04:00
parent 689eeafc75
commit 35ba7e2d96
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -695,7 +695,7 @@ export default function Home() {
return (
<div className="grid items-center justify-items-center min-h-screen gap-8 font-(family-name:--font-geist-sans) bg-background">
<main className="flex flex-col gap-6 items-center w-full max-w-3xl">
<main className="flex flex-col items-center w-full max-w-3xl">
<div className="w-full">
<HomeHeader
selectedProfiles={selectedProfiles}
@@ -710,7 +710,7 @@ export default function Home() {
onSearchQueryChange={setSearchQuery}
/>
</div>
<div className="space-y-4 w-full">
<div className="w-full mt-2.5">
<GroupBadges
selectedGroupId={selectedGroupId}
onGroupSelect={handleSelectGroup}
+1 -1
View File
@@ -48,7 +48,7 @@ const HomeHeader = ({
window.dispatchEvent(event);
};
return (
<div className="flex justify-between items-center mt-3">
<div className="flex justify-between items-center mt-6">
<div className="flex gap-3 items-center">
<button
type="button"