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

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

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

Loading…
Cancel
Save