Update 2 files

- /html/user.php
- /html/src/css/style.css
This commit is contained in:
Jan BELLON 2024-03-11 22:01:01 +00:00
parent 73f14fc4be
commit e8223d9e03
2 changed files with 6 additions and 4 deletions

View File

@ -167,6 +167,11 @@ a {
margin: 0 auto;
}
.user-profile .user-header {
background-color: var(--banner-background);
padding-bottom: 2em;
}
.user-profile .user-banner {
width: 100%;
height: 12em;
@ -206,7 +211,7 @@ a {
}
.user-profile .user-articles {
margin-top: 5em;
}
.row {

View File

@ -131,9 +131,6 @@ if($resultat) {
<div class="username">@<?=$user_name?></div>
</div>
<div class="bio"><?=$user_bio?></div>
<div class="more_details">
<div class="creation_date">Compte créé le <?=$user_creation_date?></div>
</div>
</div>
</div>
</div>