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/SBogers26/gripp.nu/wwwroot/css/partials/_partnerRow.sass
.partners-row
  border-top: 2px solid $lighterGray
  background-color: #eee

  .placeholder
    width: 95%
    max-width: 1440px
    margin: auto
    padding: 40px 0 80px

  h2
    text-align: center
    +font-black(18px, 18px)
    color: $orange
    letter-spacing: 3.6px
    text-transform: uppercase
    margin-bottom: 90px

  ul
    list-style: none
    width: 100%
    margin: auto
    padding: 0
    +flex(space-between, flex-start)

    li
      width: 24%
      background-color: white
      box-sizing: border-box
      padding: 30px
      +flex(center, flex-start)
      .images
        height: 140px
        +flex(center, center)
      img
        max-width: 100%
        max-height: 120px
      p
        +font-default(16px, 24px)
        font-size: 14px !important
        color: #666666
        height: 140px  

+media-query(700px)
  .partners-row
    h2
      +font-black(24px, 24px)
    ul
      display: block
      li
        width: 80%
        max-width: 400px
        margin: 0 auto 60px
        .images
          max-width: 200px
          margin: auto