Skip to content

Commit 87fc957

Browse files
Refatorar layout da página de documentação
Removi a borda do menu lateral e adicionei uma borda à esquerda do container de conteúdo. Removi também o texto "NESTA PÁGINA".
1 parent e2c6fd6 commit 87fc957

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/pages/docs/DocsIntroduction.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ const DocsIntroduction = () => {
1414
<div className="flex gap-8">
1515
{/* Sumário - Coluna Esquerda */}
1616
<div className="w-64 flex-shrink-0">
17-
<div className="sticky top-6 border rounded-lg bg-background/50 p-4">
18-
<h3 className="font-semibold mb-4 text-sm uppercase tracking-wide text-muted-foreground">
19-
Nesta Página
20-
</h3>
17+
<div className="sticky top-6 p-4">
2118
<nav className="space-y-2">
2219
<button
2320
onClick={() => scrollToSection('introducao')}
@@ -68,7 +65,7 @@ const DocsIntroduction = () => {
6865
</div>
6966

7067
{/* Conteúdo Principal - Coluna Direita */}
71-
<div className="flex-1 space-y-8">
68+
<div className="flex-1 space-y-8 border-l pl-8">
7269
<div className="space-y-4">
7370
<h1 className="text-4xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent">
7471
Documentação Devitools

0 commit comments

Comments
 (0)