From 1b7a58e4bf97b5673b7f2bec98cbd7def058fd94 Mon Sep 17 00:00:00 2001 From: Beatrice Olivera Date: Sat, 1 Sep 2018 19:30:03 +0100 Subject: [PATCH] improved responsiveness further --- app/assets/stylesheets/pages/_contacts.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }