diff --git a/app/assets/stylesheets/pages/_contacts.scss b/app/assets/stylesheets/pages/_contacts.scss index 863717a..4b0358e 100644 --- a/app/assets/stylesheets/pages/_contacts.scss +++ b/app/assets/stylesheets/pages/_contacts.scss @@ -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; }