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/slenders/slenders.nl/resources/sass/site/6-Organisms/_organisms.article.scss
.o-article {
  padding: 60px 0;
}

.o-article__back {
  margin-bottom: 35px;
}

.o-article__main {
  max-width: 960px;
  margin: auto;
}

.o-article__image {
  display: block;
  width: 100%;
}

.o-article__title {
  max-width: 800px;
  margin: 0 auto 35px;
  @include font(x2-large, 42, semi-bold);
  text-align: center;
}

.o-article__content {
  margin-top: 80px;
}

.o-article__signed {
  display: flex;
  align-items: center;
  margin-top: 60px;

  @include mq(600) {
    width: column(7, 8);
    margin-right: auto;
    margin-left: auto;
  }

  @include mq(900) {
    width: column(5, 8);
  }
}

.o-article__signed-image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;

  @include mq(600) {
    width: 140px;
    height: 140px;
  }
}

.o-article__signed-content {
  padding-left: 20px;
  width: calc(100% - 100px);

  @include mq(600) {
    width: calc(100% - 140px);
  }

}

.o-article__component {
  @include owl(80px);
}

.o-article__component--text {
  @include mq(600) {
    width: column(7, 8);
    margin-right: auto;
    margin-left: auto;
  }

  @include mq(900) {
    width: column(5, 8);
  }
}

.o-article__mmh-footer {
  border: 2px solid palette(secondary, 100);
}