Fix display

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-24 16:34:34 +01:00
parent bd415209a5
commit 4ee690a6d5
+10 -7
View File
@@ -3,17 +3,20 @@
padding: 12px; padding: 12px;
box-sizing: border-box; box-sizing: border-box;
} }
.profileboard { .profileboard {
width: 100%; width: 100%;
padding: 16px; padding: 16px;
border-radius: 20px; border-radius: 20px;
box-sizing: border-box; box-sizing: border-box;
} }
.settingImage{
width:100%; .settingImage {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center;
} }
.contentWrapper { .contentWrapper {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -49,9 +52,9 @@
.description h2 { .description h2 {
font-size: 1.6rem; font-size: 1.6rem;
margin-bottom: 10px; margin-bottom: 10px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.description button { .description button {