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/SBogers101/cranendonckactief.nl/wwwroot/css/pages/_page.sass
/*==========================================================================
  Main page
  ========================================================================== */

.page

  .default-page-content
    padding-top: 72px

    .images, .content
      position: relative
      z-index: 2
      display: inline-block
      vertical-align: top
      font-size: 1rem
      line-height: 1.6

    .content
      margin-left: column(1, 12)
      width: column(4, 12)
      padding: 0 0 100px

      h1
        font-size: 1.4rem
        line-height: 1.2
        color: $darkerGreen
        font-weight: semi-bold()
        margin: 0 0 32px

      h2
        font-size: 1rem
        line-height: 1.2
        color: $darkerGreen
        font-weight: semi-bold()
        margin: 0 0 1rem

      p
        font-size: 0.8rem

      .button
        margin-top: 50px

    .images
      width: column(5, 12)
      margin-left: column(1, 12)
      margin-bottom: 75px
      picture
        display: block
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2)

        img
          width: 100%

  +respond-to-width(1200)
    .default-page-content
      .content
        margin-left: 0
        width: column(5, 12)

      .images
        width: column(6, 12)

  /* Mobile view
    ========================================================================== */
  +respond-to-width(840)
    .default-page-content
      .content
        width: 100%
        padding-bottom: 50px
      .images
        width: 100%
        margin-left: 0
        margin-bottom: 75px