From 2444869bcb0731f833951ee21bb6c8591341bf26 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 25 Sep 2015 09:55:45 -0600 Subject: [PATCH] Rules looks marginally less terrible --- app/assets/stylesheets/rules.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app/assets/stylesheets/rules.scss diff --git a/app/assets/stylesheets/rules.scss b/app/assets/stylesheets/rules.scss new file mode 100644 index 00000000..0115b69a --- /dev/null +++ b/app/assets/stylesheets/rules.scss @@ -0,0 +1,22 @@ +#rules{ + padding-top: 2.5%; + padding-right: 15%; + padding-left: 15%; + padding-bottom: 2.5%; + h1{ + font-weight: normal; + font-size: 4.0rem; + padding-bottom: 0.75rem; + } + h2{ + font-weight: normal; + font-size: 2.0rem; + } + h3{ + font-weight: normal; + font-size: 1.5rem; + } + li{ + padding-left: 20px; + } +}