summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/static.css.scss
diff options
context:
space:
mode:
authorTomer Kimia <tkimia@purdue.edu>2014-03-02 12:00:52 -0500
committerTomer Kimia <tkimia@purdue.edu>2014-03-02 12:00:52 -0500
commit699bd065c06689a159c11ac3aacef6b34001617c (patch)
tree3ea87d4e5afc74c3a0b6828a138657118cc1b312 /app/assets/stylesheets/static.css.scss
parent7e935b29a44a2c0df22e966b186054e694481b5e (diff)
new homepage, better css
Diffstat (limited to 'app/assets/stylesheets/static.css.scss')
-rw-r--r--app/assets/stylesheets/static.css.scss12
1 files changed, 12 insertions, 0 deletions
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