From fa29ef3a41816ee915c52707bcd9db6cc9cdf7d6 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 26 Feb 2016 21:11:52 +0100 Subject: Improving design --- app/assets/stylesheets/home.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'app/assets/stylesheets/home.scss') 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; + } +} -- cgit