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/SBogers10/zipwire.komma.pro/resources/assets/sass/site/pages/_references.sass
#references
  background-color: $neutral

  h2
    font-size: 1.3rem
    font-weight: regular()

  .dynamic-content
    padding-top: 60px


.references
  margin-bottom: 60px

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


.references__item
  margin: 0 0 60px
  padding: 60px
  background-color: #fff
  page-break-inside: avoid
  break-inside: avoid

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

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

.references__image
  transform: translateY(-30px)

  +respond-to-width-beyond(1024)
    flex: 1 0 calc(100%/3)
    width: calc(100%/3) // for IE
    transform: translateX(-30px)

  img
    max-width: 100%
    border-radius: 500px
    overflow: hidden

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