Skip to content

Commit

Permalink
📝 layout inicial
Browse files Browse the repository at this point in the history
  • Loading branch information
joseandre25 committed Oct 24, 2023
1 parent 5d48a4e commit 76cd368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import MainLayout from '../layouts/MainLayout';
export default function Home() {
return (
<div className="flex-col">
<div className="bg-gray-900 h-16 w-screen">
<div className="bg-gray-900 h-40 w-screen">
{/* Conteúdo da Barra Superior */}
</div>
<div className="bg-teal-500 w-16 h-screen">
<div className="bg-teal-500 w-64 h-screen">
{/* Conteúdo da Barra à Esquerda */}
</div>
<div className="flex-1">
Expand Down

0 comments on commit 76cd368

Please sign in to comment.