From 570af1045d90fac83d03520089062c6137b7ce45 Mon Sep 17 00:00:00 2001 From: Asia Lindsay Date: Sat, 21 Mar 2015 14:22:37 -0400 Subject: [PATCH] Centered github signup button --- app/assets/stylesheets/index.css.scss | 2 +- config/database.yml.sample | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 config/database.yml.sample diff --git a/app/assets/stylesheets/index.css.scss b/app/assets/stylesheets/index.css.scss index 019b2a97..e67ff9cf 100644 --- a/app/assets/stylesheets/index.css.scss +++ b/app/assets/stylesheets/index.css.scss @@ -18,7 +18,7 @@ body[data-controller="home"][data-action="index"] { @include background-image(linear-gradient(bottom top, lighten(#8e4487, 10%), lighten(#653060, 10%))); } - margin-left: 75px; + margin-left: 13%; .fi-social-github { font-size: 1.8em; diff --git a/config/database.yml.sample b/config/database.yml.sample deleted file mode 100644 index d99c4556..00000000 --- a/config/database.yml.sample +++ /dev/null @@ -1,18 +0,0 @@ -common: &common - adapter: postgresql - encoding: utf8 - host: 127.0.0.1 - user: root - password: - -development: - <<: *common - database: codemontage_development - -test: - <<: *common - database: codemontage_test - -production: - <<: *common - database: codemontage_production