From 699bd065c06689a159c11ac3aacef6b34001617c Mon Sep 17 00:00:00 2001 From: Tomer Kimia Date: Sun, 2 Mar 2014 12:00:52 -0500 Subject: new homepage, better css --- app/assets/stylesheets/static.css.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/assets/stylesheets/static.css.scss (limited to 'app/assets/stylesheets/static.css.scss') diff --git a/app/assets/stylesheets/static.css.scss b/app/assets/stylesheets/static.css.scss new file mode 100644 index 0000000..9457e7f --- /dev/null +++ b/app/assets/stylesheets/static.css.scss @@ -0,0 +1,12 @@ +// Place all the styles related to the static controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: + +.jumbotron { + background-color: #FFF; + + p { + line-height: 1.5em; + } + +} \ No newline at end of file -- cgit v1.2.3-2-g168b