Sha256: e4dcccde64168b261a53461217b83ef869d8c1a0e5698f43eab43bd2654c30ca
Contents?: true
Size: 615 Bytes
Versions: 4
Compression:
Stored size: 615 Bytes
Contents
// // Jumbotron // -------------------------------------------------- .jumbotron { padding: 30px; margin-bottom: 30px; font-size: ($font-size-base * 1.5); font-weight: 200; line-height: ($line-height-base * 1.5); color: $jumbotron-lead-color; background-color: $jumbotron-bg; h1 { line-height: 1; color: $jumbotron-heading-color; } p { line-height: 1.4; } @media screen and (min-width: $screen-tablet) { padding: 50px 60px; border-radius: $border-radius-large; // Only round corners at higher resolutions h1 { font-size: ($font-size-base * 4.5); } } }
Version data entries
4 entries across 4 versions & 2 rubygems