HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/centrum8a/centrum8a.com/resources/assets/sass/site/pages/_references.sass
#references
  background-color: $neutral

  h1
    padding-left: 20px
    color: $darkblue

  .dynamic-content
    padding-top: 80px


  .references
    margin-top: 40px
    margin-bottom: 60px

    +respond-to-width-beyond(670)
      column-count: 2
      column-gap: 20px // Has to be pixels for IE
      column-fill: balance

  .references__main
    padding: 40px
    background-color: #fff
    box-shadow: 0 0 20px 5px rgba($darkblue, 0.05)

    +respond-to-width-beyond(1024)
      display: flex

  .references__item
    margin: 0 0 20px
    padding: 20px
    page-break-inside: avoid
    break-inside: avoid

    // hack to remove unwanted white space because of columns
    *:first-child
      margin-top: 0

  .references__image
    position: relative
    margin: 0 auto
    border-radius: 500px
    transform: translateY(-15px)
    overflow: hidden
    width: 150px
    height: 150px

    +respond-to-width-beyond(1024)
      flex-grow: 0
      flex-shrink: 0
      transform: translateX(-15px)

    img
      max-width: 100%


  .references__content
    +respond-to-width-beyond(1024)
      flex: 1 1 auto

    p
      margin: 0
    * + p
      margin-top: 1em

    em
      opacity: 0.5