added automatic scrolling

This commit is contained in:
2026-05-02 23:05:50 +02:00
parent 8c49ac0066
commit b423885c55
4 changed files with 34 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
function Homepage() {
return (
<>
<p>Homepage</p>
<h1 style={{ margin: "120px 40px 40px 40px" }}>Ignore this page</h1>
</>
);
}