diff --git a/styles/components/Layout.module.css b/styles/components/Layout.module.css index 846dd9d..2f7a610 100755 --- a/styles/components/Layout.module.css +++ b/styles/components/Layout.module.css @@ -12,7 +12,7 @@ } .pageContent { - margin-top: 150px; /* Adjust the value if your header height changes */ + margin-top: 0; /* Adjust the value if your header height changes */ width: 97%; display: flex; flex-direction: column;