Compare commits

..

No commits in common. '1729b93e4c6ac3aeea4e9fd7d5eca759baa11c69' and '8114fbf92c0d8677e26dade1289b65e55d9e8e05' have entirely different histories.

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

@ -279,7 +279,7 @@ input[type="submit"]:hover, .buttonTEL:hover{
.form-presentation{
background: $color-2;
background-color: aquamarine;
width: 400px;
display: flex;
flex-direction: column;
@ -299,7 +299,6 @@ 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,10 +385,3 @@ align-content: space-around;
// div {
// border: 5px ridge;
// }
.recommendationProfil{
position:relative;
left: 4%;
}

Loading…
Cancel
Save