improved responsiveness further
This commit is contained in:
parent
56d1b924a0
commit
1b7a58e4bf
|
@ -147,14 +147,14 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.contacts {
|
.contacts {
|
||||||
// height: 570px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contacts-list{
|
.contacts-list{
|
||||||
height: 80vh;
|
height: 90vh;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue