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/SBogers10/farmfun.komma.pro/resources/sass/site/7-Templates/_bumperball.scss
.t-bumperball {
  .o-book__content {
    background-color: palette(neutral, 50);
  }
}

.t-bumperball__form {
  margin-bottom: space(3);

  textarea.c-input {
    max-width: none;
  }
}

.t-bumperball__form-split {

  @include mq($max: 700) {
    > * + * {
      margin-top: space(6);
    }
  }

  @include mq(700) {
    display: flex;
    justify-content: space-between;

    > * {
      width: calc((100% - #{space(4)}) / 2);
    }
  }
}