Skip to content

Commit

Permalink
improved profile mode spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Dec 16, 2023
1 parent f8e125c commit 69e5e08
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions assets/css/common/profile-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@
text-align: center;
}

.profile .profile_inner h1 {
padding: 12px 0;
.profile .profile_inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}

.profile img {
display: inline-table;
border-radius: 50%;
}

.buttons {
flex-wrap: wrap;
max-width: 400px;
margin: 0 auto;
}

.button {
Expand Down

0 comments on commit 69e5e08

Please sign in to comment.