Skip to content

Commit

Permalink
Merge pull request #27 from FluxonApps/new-update-profile
Browse files Browse the repository at this point in the history
fixed css
  • Loading branch information
sofiasampara76 authored Jun 7, 2024
2 parents a95544d + d335b60 commit 52e2ad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/MainPage2.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body, html, #root {
background-color: #2c2b4a;
color: #e7e3d4;
min-height: 100vh;
height: 100%;
/* height: 100%; */
}

.header {
Expand Down
12 changes: 3 additions & 9 deletions src/components/ProfilePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,28 @@
body, html, #root {
margin: 0;
padding: 0;
/* min-height: 100vh;
height: 100%; */
height: 100%;
font-family: 'Arial', sans-serif;
}

.app {
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 {
display: flex;
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;
Expand Down

0 comments on commit 52e2ad4

Please sign in to comment.