Make a better article section and add the article page.

This commit is contained in:
= 2024-12-06 01:28:36 +01:00
parent 9562eb98dc
commit e121090433
7 changed files with 111 additions and 26 deletions

View file

@ -5,11 +5,11 @@ import Footer from '../components/Footer.tsx'
export default function MainPage() {
return (
<>
<div>
<div style={{ display: 'flex', flexDirection: 'column', minHeight: '100vh' }}>
<NavBar />
<ArticlesSection />
<Footer bgcolor="blue"/>
</div>
<Footer bgcolor="blue"/>
</>
)
}