Skip to content

Commit 69e5e08

Browse files
committed
improved profile mode spacing
1 parent f8e125c commit 69e5e08

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

assets/css/common/profile-mode.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@
1010
text-align: center;
1111
}
1212

13-
.profile .profile_inner h1 {
14-
padding: 12px 0;
13+
.profile .profile_inner {
14+
display: flex;
15+
flex-direction: column;
16+
align-items: center;
17+
gap: 10px;
1518
}
1619

1720
.profile img {
18-
display: inline-table;
1921
border-radius: 50%;
2022
}
2123

2224
.buttons {
2325
flex-wrap: wrap;
2426
max-width: 400px;
25-
margin: 0 auto;
2627
}
2728

2829
.button {

0 commit comments

Comments
 (0)