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/conmeq.komma.pro/resources/sass/site/4-Layouts/_layouts.restrict.scss
/*==========================================================================
 * Restrict
 *
 * When a block shouldn't take up the whole width of the container
 * we can restrict the maximum width
 * ========================================================================== */


.l-restrict-narrow {
  @include mq(m) {
    margin-left: auto;
    margin-right: auto;
    width: column(6,8);
    max-width: 38em;
  }
  @include mq(l){
    width: column(6,12);
  }
}

.l-restrict-wide {
  @include mq(m){
    margin-left: auto;
    margin-right: auto;
    width: column(7,8);
  }

  @include mq(l){
    width: column(8,12);
  }
}