diff --git a/app/assets/images/favicon.ico b/app/assets/images/favicon.ico new file mode 100644 index 0000000..0cc6ed3 Binary files /dev/null and b/app/assets/images/favicon.ico differ diff --git a/app/assets/stylesheets/pages/_contacts.scss b/app/assets/stylesheets/pages/_contacts.scss index b1de415..816a19e 100644 --- a/app/assets/stylesheets/pages/_contacts.scss +++ b/app/assets/stylesheets/pages/_contacts.scss @@ -123,3 +123,31 @@ a:hover { justify-content: center; align-items: center; } + + + + + +.contact { + color: white; +} + +.contacts { + height: 570px; + overflow: scroll; +} + + + + + + + + + + + + + + + diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb index a7c5547..3338a41 100644 --- a/app/views/pages/index.html.erb +++ b/app/views/pages/index.html.erb @@ -1,7 +1,7 @@