diff --git a/src/components/MainPage2.css b/src/components/MainPage2.css index 7bf28fb..0f3faff 100644 --- a/src/components/MainPage2.css +++ b/src/components/MainPage2.css @@ -20,7 +20,7 @@ body, html, #root { background-color: #2c2b4a; color: #e7e3d4; min-height: 100vh; - height: 100%; + /* height: 100%; */ } .header { diff --git a/src/components/ProfilePage.css b/src/components/ProfilePage.css index d77c1aa..f374d5f 100644 --- a/src/components/ProfilePage.css +++ b/src/components/ProfilePage.css @@ -50,8 +50,7 @@ body, html, #root { margin: 0; padding: 0; - /* min-height: 100vh; - height: 100%; */ + height: 100%; font-family: 'Arial', sans-serif; } @@ -59,10 +58,8 @@ body, html, #root { display: flex; flex-direction: column; align-items: center; - align-self: center; background-color: #2c2b4a; /* Adjust background color to match your design */ - min-height: 100vh; - height: 100%; + min-height: 800px; } .header { @@ -70,14 +67,11 @@ body, html, #root { justify-content: space-between; align-items: center; width: 100%; - height: 70px; + height:100px; padding: 20px; background-color: #FCF4E4; /* Adjust header background color */ } -.center { - margin-top: 20%; -} .logo { margin-top: -14px; height: 110px;