Sha256: e46c1896ca2e26afeed666fc5b6305f48dcfa95d9df912b9627fd06597356e42

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

// Callout
.callout {
  padding: 15rem 0;
  background: linear-gradient(90deg, fade-out($white, 0.9) 0%, fade-out($white, 0.9) 100%), url('../img/bg-callout.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  h2 {
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
    max-width: 30rem;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
startbootstrap-stylish-portfolio-jekyll-0.1.0 assets/scss/_callout.scss