File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments