Skip to content

Commit dc87296

Browse files
Fix: Remove max-width from DocsGuides
Remove the `max-w-4xl` class from the main container in `DocsGuides.tsx` to ensure consistent width with other documentation pages.
1 parent bfc5ccc commit dc87296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/DocsGuides.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { BookOpen, Code, FileText, Zap } from "lucide-react";
44

55
const DocsGuides = () => {
66
return (
7-
<div className="max-w-4xl mx-auto space-y-8">
7+
<div className="space-y-8">
88
<div className="space-y-4">
99
<h1 className="text-4xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent">
1010
Guias de Desenvolvimento

0 commit comments

Comments
 (0)