fix the width on mobile

This commit is contained in:
sakrecoer 2026-07-31 01:10:32 +02:00
parent df276cf0a8
commit dce6b3b752

View file

@ -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;
}