about summary refs log tree commit diff
path: root/app/assets/stylesheets/home.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-02-26 21:11:52 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-02-26 21:11:52 +0100
commitfa29ef3a41816ee915c52707bcd9db6cc9cdf7d6 (patch)
tree0a7353bb679e8885269077b6a8ef14847c2e966f /app/assets/stylesheets/home.scss
parent24646d57690ad36cf4caecab2eec5774bca7f699 (diff)
Improving design
Diffstat (limited to 'app/assets/stylesheets/home.scss')
-rw-r--r--app/assets/stylesheets/home.scss13
1 files changed, 10 insertions, 3 deletions
diff --git a/app/assets/stylesheets/home.scss b/app/assets/stylesheets/home.scss
index 7131aac4d..7c3dbfc31 100644
--- a/app/assets/stylesheets/home.scss
+++ b/app/assets/stylesheets/home.scss
@@ -1,3 +1,10 @@
-// Place all the styles related to the Home controller here.
-// They will automatically be included in application.css.
-// You can use Sass (SCSS) here: http://sass-lang.com/
+.footer {
+  text-align: center;
+  padding: 100px 0;
+
+  .mastodon-link {
+    color: #566270;
+    text-decoration: none;
+    font-size: 16px;
+  }
+}