added post container

This commit is contained in:
2025-06-30 00:23:41 -04:00
parent f3c96e675b
commit 957858de59
4 changed files with 15 additions and 15 deletions

View File

@ -8,7 +8,7 @@ export default function App({ Component }: PageProps) {
<title>frontend</title>
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<body class="bg-[#313244]">
<Component />
</body>
</html>