Sha256: b2387a53a5a715c29aace66ce332a4c9876c45e34ca9655b5b8f71dc66de12df
Contents?: true
Size: 901 Bytes
Versions: 7
Compression:
Stored size: 901 Bytes
Contents
// Styling for the call to action section section.cta { position: relative; padding: 50px 0; text-align: center; margin: 0 auto; // background-image: url('../img/bg-cta.jpg'); background-position: center; @include background-cover; .cta-content { position: relative; z-index: 1; h2 { text-align: center; margin: 0 auto 25px auto; font-size: 50px; max-width: 450px; color: white; } @media (min-width: 768px) { h2 { text-align: center; margin: 0 auto; font-size: 80px; } } } .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; // background-color: fade-out(black, .5); background-color: #730c0c; } }
Version data entries
7 entries across 7 versions & 2 rubygems