Compare commits

..

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

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

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

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

Loading…
Cancel
Save