improved responsiveness further

This commit is contained in:
Beatrice Olivera 2018-09-01 19:30:03 +01:00
parent 56d1b924a0
commit 1b7a58e4bf
1 changed files with 2 additions and 2 deletions

View File

@ -147,14 +147,14 @@ a:hover {
}
.contacts {
// height: 570px;
display: flex;
flex-direction: column;
justify-content: center;
}
.contacts-list{
height: 80vh;
height: 90vh;
overflow: scroll;
}