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/SBogers27/dndin.nl/resources/assets/sass/site/partials/dynamic/_contentBlock.sass
&.content-block
  position: relative
  +flex(space-between, flex-start)

  .image
    width: 50%

    img
      width: 100%

      &.small
        display: none

      +respond-to-width(450)
        &.medium
          display: none

        &.small
          display: block

    .content
      width: column(5, 12)

  .content
    +order(1)
    width: column(5, 12)

  &[data-image-location='right']
    .image
      +order(2)

    .content
      +order(1)

  +respond-to-width(900)
    display: block 

    .image
      width: 100%
      margin-top: 40px
      +order(2)

    .content
      width: 100%