Fix border radius

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-07 14:43:52 +01:00
parent a3ccbb9c13
commit 86305699ed
+2 -2
View File
@@ -7,7 +7,7 @@
.profileboard {
width: 100%;
padding: 15px;
border-radius: 10px;
border-radius: 20px;
box-sizing: border-box;
}
@@ -144,7 +144,7 @@
}
.profileboard {
padding: 25px;
padding: 25px;
}
.profilePictureContainer {