Skip to content

Commit

Permalink
profile page styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g-pooja-03 committed Nov 17, 2024
1 parent 237888c commit 5a29225
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/main/profile/accountInfo/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

.user-details h2 {
color: #000000;
background-color: white;
font-size: 35px;
font-weight: bold;
margin: 0;
Expand All @@ -51,11 +52,13 @@
font-size: 16px;
font-style: bold;
color: #000000;
background-color: white;
}

.user-details .username-info {
font-size: 16px;
color: #000000;
background-color: white;
}

.go-back-button {
Expand Down

0 comments on commit 5a29225

Please sign in to comment.