Fix scrollbar bug

This commit is contained in:
dertyp7
2024-01-13 17:50:37 +01:00
parent 9b487cab47
commit 6f9191a95a
4 changed files with 8 additions and 3 deletions

View File

@@ -5,11 +5,11 @@ import About from "@components/About";
export default function App() {
return (
<div id="app">
<Header />
<About />
<div style={{ textAlign: "center" }}>
<h4>Website under construction 🚧👷</h4>
</div>
<Header />
<About />
</div>
);
}