master
Darius BERTRAND 2 years ago
parent 64e296bcb8
commit 1dbae7f293

@ -159,7 +159,7 @@ const Profil = () => {
</div>
</div>
</div>
<div>
<div className='recommendationProfil'>
{uid && <SuggestFriends />}
</div>
</div>

@ -279,7 +279,7 @@ input[type="submit"]:hover, .buttonTEL:hover{
.form-presentation{
background-color: aquamarine;
background: $color-2;
width: 400px;
display: flex;
flex-direction: column;
@ -299,6 +299,7 @@ input[type="submit"]:hover, .buttonTEL:hover{
padding-left: 30px;
padding-right: 30px;
text-align: center;
color: rgba(0, 0, 0, 0.855);
}
img{
padding-top: 20px;

@ -385,3 +385,10 @@ align-content: space-around;
// div {
// border: 5px ridge;
// }
.recommendationProfil{
position:relative;
left: 4%;
}

Loading…
Cancel
Save