mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat: enhance responsiveness and styling across components
This commit is contained in:
@@ -30,7 +30,7 @@ export function CommandDisplay({ command }: CommandDisplayProps) {
|
||||
<Copy className="w-4 h-4 text-gray-400" />
|
||||
)}
|
||||
</button>
|
||||
<pre className="pr-12">{command}</pre>
|
||||
<pre className="pr-12 max-sm:text-xs">{command}</pre>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user