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/stafa/stafa.nl/resources/sass/site/6-Organisms/_organisms.article.scss
.o-article {
  @include vspacing(
      'margin-top' 1,
      'margin-bottom' 1
  );
}

.o-article__back {
  @include restrict-m;
}

.o-article__heading {
  @include restrict-m;
  @include text-style(1);
  //@include hyphenate;
  margin-top: space(3);
  margin-bottom: space(5);
  color: palette(primary, 500);

  @include mq(m) {
    margin-top: space(7);
    margin-bottom: space(7);
  }
}