diff --git a/app/assets/stylesheets/pages/_contacts.scss b/app/assets/stylesheets/pages/_contacts.scss index bac5bab..863717a 100644 --- a/app/assets/stylesheets/pages/_contacts.scss +++ b/app/assets/stylesheets/pages/_contacts.scss @@ -11,6 +11,7 @@ a:hover { } .card { + min-width: 360px; display: flex; justify-content: space-between; background: $card-background; @@ -146,10 +147,14 @@ a:hover { } .contacts { - height: 570px; + // height: 570px; + display: flex; + flex-direction: column; + justify-content: center; } .contacts-list{ + height: 80vh; overflow: scroll; } diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb index 4b54a44..2e4a4ae 100644 --- a/app/views/pages/index.html.erb +++ b/app/views/pages/index.html.erb @@ -1,22 +1,28 @@