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/SBogers70/inter-mill.com/wwwroot/css/partials/_quotes.sass
.quote-block
  +flex(center, center)
  background:
    color: transparent
  margin-bottom: 100px

  +respond-to-width(900)
    margin-bottom: 50px


  .quote-text
    padding: $paddingTextBlock
    max-width: $textMaxWidth
    color: $white

    +respond-to(mobile)
      padding: $paddingSmallTextBlock

  +respond-to(mobile)
    flex-direction: column

  .quote-person
    img
      +respond-to(mobile)
        width: 100%