mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
improve responsiveness
This commit is contained in:
@@ -300,12 +300,15 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div className="mb-12">
|
||||
<div className="mb-6 flex items-center gap-2">
|
||||
<span className="font-bold font-mono text-lg">
|
||||
TECH_STACK_MATRIX.DB
|
||||
</span>
|
||||
<div className="h-px flex-1 bg-border" />
|
||||
<span className="font-mono text-muted-foreground text-xs">
|
||||
<div className="mb-6 flex flex-wrap items-center justify-between gap-2 sm:flex-nowrap">
|
||||
<div className="flex items-center gap-2">
|
||||
<Terminal className="h-5 w-5 text-primary" />
|
||||
<span className="font-bold font-mono text-lg sm:text-xl">
|
||||
TECH_STACK_MATRIX.DB
|
||||
</span>
|
||||
</div>
|
||||
<div className="hidden h-px flex-1 bg-border sm:block" />
|
||||
<span className="w-full text-right font-mono text-muted-foreground text-xs sm:w-auto sm:text-left">
|
||||
[
|
||||
{techStackCategories.reduce(
|
||||
(acc, cat) => acc + cat.options.length,
|
||||
|
||||
Reference in New Issue
Block a user