Sha256: 7c5f45dfe3a04f8b46f525d407f76d5ea9d0e29ea6c83114e3a293400df6957c
Contents?: true
Size: 1.09 KB
Versions: 7
Compression:
Stored size: 1.09 KB
Contents
// Styling for the features section section.features { h3 { // background-color: green; // font-size: 1.6em; } .section-heading { margin-bottom: 20px; h2 { margin-top: 0; } p { margin-bottom: 0; } } .device-container, .feature-item { max-width: 300px; margin: 0 auto; } .device-container { margin-bottom: 100px; @media(min-width: 992px) { margin-bottom: 0; } } .feature-item { margin-bottom: 100px; text-align: center; h3 { font-size: 30px; } i { font-size: 80px; background: -webkit-linear-gradient(to left, $theme-secondary, $theme-tertiary); background: linear-gradient(to left, $theme-secondary, $theme-tertiary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } } @media(min-width: 992px) { .device-container, .feature-item { max-width: none; } } }
Version data entries
7 entries across 7 versions & 2 rubygems