add button modify profile

This commit is contained in:
p2405951
2025-11-15 18:18:12 +01:00
parent a077db77f3
commit 5fa5fc55ad
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
align-items: center;
padding: 20px;
border-radius:12px;
margin-left: 33.3%;
}
+1
View File
@@ -62,6 +62,7 @@ function ProfilePage() {
<p><strong>Mail :</strong> mailpro@gmail.com</p>
<p><strong>Téléphone :</strong> 08 67 87 32 21</p>
</div>
<button href="/../UpdateProfile.jsx">M</button>
</div>
<h2>Vos Événements :</h2>
<Event
+5
View File
@@ -118,6 +118,11 @@
width:90%;
}
}
.description button{
width:50px;
height:50px;
}
/* Desktop (1024px et plus) */
@media screen and (min-width: 1024px) {