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;
box-sizing: border-box;
}
.profileboard {
width: 100%;
padding: 16px;
border-radius: 20px;
box-sizing: border-box;
}
.settingImage{
width:100%;
display: flex;
justify-content: center;
.settingImage {
display: flex;
justify-content: center;
align-items: center;
}
.contentWrapper {
display: flex;
flex-direction: column;
@@ -49,9 +52,9 @@
.description h2 {
font-size: 1.6rem;
margin-bottom: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.description button {