fix the width on mobile
This commit is contained in:
parent
df276cf0a8
commit
dce6b3b752
1 changed files with 2 additions and 0 deletions
|
|
@ -995,6 +995,7 @@ button {
|
|||
|
||||
.header-text {
|
||||
text-align: center;
|
||||
max-width: calc(100vw - 32px);
|
||||
}
|
||||
|
||||
.profile-about {
|
||||
|
|
@ -1006,6 +1007,7 @@ button {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.profile-links {
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue