Skip to content

Commit

Permalink
CSS changes for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
didierrc committed Apr 29, 2024
1 parent e9b6124 commit 3a020d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ img {

.header{
justify-content: center;
row-gap: 1em;
row-gap: 2em;
}

}
Expand Down
1 change: 1 addition & 0 deletions webapp/src/pages/Home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
font-size: 2rem;
font-family: 'Courier New', Courier, monospace;
text-align: center;
overflow-wrap: anywhere;
}

.username {
Expand Down
1 change: 1 addition & 0 deletions webapp/src/pages/Profile/Profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

.profile-title {
margin-top: 1rem;
overflow-wrap: anywhere;
}

/* Profile header section */
Expand Down

0 comments on commit 3a020d3

Please sign in to comment.