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/SBogers68/ouddorp-duin.nl/wwwroot/css/partials/_footer.sass
/*==========================================================================
  Footer layout
  ========================================================================== */

/**
  * Footer base settings
  *
  */

footer
  background-color: $lightBlue
  color: $blue
  a
    color: $blue

  .footer
    padding: 35px 0 60px 0
    +flex(space-between, flex-start)
    +respond-to-width(1000)
      +flex-rows()

    >*
      flex: none

    .footer-information
      margin-top: 20px
      p
        padding: 0
        margin: 0

      +respond-to-width($smGridBreakpoint)
        padding: 0 15px
        text-align: center
        max-width: 100%


    .footer-navigation
      +respond-to-width(1000)
        width: 100%

      .navigation
        +respond-to-width($smGridBreakpoint)
          +flex-rows()

        .firstCol, .secondCol, .thirdCol
          flex: 1
          +respond-to-width($smGridBreakpoint)
            text-align: center
            flex: none
            width: 100%
            li
              list-style-type: none