From 627f0488e5bd3c31359fc9e78acffbfea4a86a8b Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 24 Aug 2012 21:12:36 -0700 Subject: committed website v. 0.1.0 --- app/assets/stylesheets/bootstrap/_hero-unit.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/assets/stylesheets/bootstrap/_hero-unit.scss (limited to 'app/assets/stylesheets/bootstrap/_hero-unit.scss') diff --git a/app/assets/stylesheets/bootstrap/_hero-unit.scss b/app/assets/stylesheets/bootstrap/_hero-unit.scss new file mode 100644 index 0000000..ef219b2 --- /dev/null +++ b/app/assets/stylesheets/bootstrap/_hero-unit.scss @@ -0,0 +1,20 @@ +// HERO UNIT +// --------- + +.hero-unit { + padding: 60px; + margin-bottom: 30px; + background-color: #f5f5f5; + @include border-radius(6px); + h1 { + margin-bottom: 0; + font-size: 60px; + line-height: 1; + letter-spacing: -1px; + } + p { + font-size: 18px; + font-weight: 200; + line-height: $baseLineHeight * 1.5; + } +} -- cgit v1.2.3