add responsive profile
This commit is contained in:
@@ -67,7 +67,8 @@ function ProfilePage() {
|
||||
alt="Photo de profil"
|
||||
className={styles.profilePicture}
|
||||
/>
|
||||
<button
|
||||
</div>
|
||||
<button
|
||||
onClick={handleEditPictureClick}
|
||||
className={styles.editPictureButton}
|
||||
>
|
||||
@@ -80,7 +81,6 @@ function ProfilePage() {
|
||||
accept="image/*"
|
||||
style={{ display: "none" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className={styles.description}>
|
||||
<div className={styles.headerProfile}>
|
||||
|
||||
Reference in New Issue
Block a user