Sha256: 5bb567e2cad66302ce79c9bd970178af3ec41e7ffe5e1946b1e5d0dcbe9ef7ee

Contents?: true

Size: 1.05 KB

Versions: 7

Compression:

Stored size: 1.05 KB

Contents

.post_head
  display: flex
  flex-direction: column
  align-items: baseline
  justify-content: flex-end


.post__hero
  display: block
  object-fit: cover
  object-position: center
  margin-top: $navbar-height + $secondary-navbar-height
  width: 100vw
  height: 50vh
  margin-bottom: 6vh


.post__title
  position: absolute
  display: flex
  flex-direction: column
  padding: 3rem 6rem 6rem 3rem
  background-color: $env-primary
  color: $white
  left: 5vw
  max-width: 50vw
  text-transform: uppercase
  //bottom: -10px
  border: solid 1px $white
  box-shadow: 1px 2px 20px -10px $white
  //text-align: left

.post__meta
  font-size: $font-size * .6
  padding-top: 3rem

.post__content
  margin: 5vh auto
  width: 90vw
  max-width: 800px
  & > p
    padding: 3rem 0

.post__subtitle
  padding: 1rem 0

.post__image
  width: 60vw
  max-width: 800px
  margin: auto
  overflow: hidden

.post__content--image
  display: block
  object-fit: cover
  object-position: top
  width: 100%
  height: 50vh

.post__link
  color: $opd-blue
  text-decoration: none
  &:hover
    color: $black

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slow-steps-0.4.2 _sass/post.sass
slow-steps-0.4.1 _sass/post.sass
slow-steps-0.4.0 _sass/post.sass
slow-steps-0.3.3 _sass/post.sass
slow-steps-0.3.2 _sass/post.sass
slow-steps-0.3.1 _sass/post.sass
slow-steps-0.3.0 _sass/post.sass