chore: review comments

This commit is contained in:
Stavros
2026-03-01 12:50:46 +02:00
parent 570da3590d
commit 914e46f565
11 changed files with 67 additions and 33 deletions

View File

@@ -25,7 +25,7 @@ const BaseLayout = ({ children }: { children: React.ReactNode }) => {
<ThemeToggle />
<LanguageSelector />
</div>
<div className="max-w-sm">{children}</div>
<div className="max-w-sm md:min-w-sm min-w-xs">{children}</div>
</div>
);
};