inclus page final
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user