inclus page final

This commit is contained in:
2024-12-24 00:52:14 +01:00
parent 1b12f3f732
commit ec777f133f
115 changed files with 6712 additions and 194 deletions

View File

@@ -82,8 +82,8 @@ html, body {
#user-avatar {
display: block;
margin: 10px auto;
border: 2px solid #333;
margin: 5px auto;
border: 0px solid #333;
}
/* Section 2 - Organisation en colonne */
#section-top-right, #section-top-right-baptiste, #section-top-right-julien {
@@ -104,13 +104,21 @@ html, body {
}
#user-avatar {
width: 50px;
height: 50px;
width: 70px;
height: 70px;
border-radius: 50%; /* Avatar en forme de cercle */
object-fit: cover;
border: 2px solid #333; /* Bordure autour de l'avatar */
/* border: 2px solid #333; /* Bordure autour de l'avatar */
}
#map {
width: 100%;
height: 100%;
}
#user-avatar-julien {
width: 70px;
height: 70px;
border-radius: 50%; /* Avatar en forme de cercle */
object-fit: cover;
/*border: 2px solid #333; /* Bordure autour de l'avatar */
}