Update 2 files
- /html/user.php - /html/src/css/style.css
This commit is contained in:
parent
73f14fc4be
commit
e8223d9e03
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user