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/5-Components/_components.post.scss
.c-post {

}

.c-post__title-row {
  padding: space(4) 0 space(6);
}

.c-post__title {
  //color: white;
  color: palette(secondary, 700);
  @include font-size(xl);
  text-align: center;

  @include mq(600) {
    @include font-size(xxl);
  }
}

.c-post__date {

  display: block;
  width: 234px;
  margin: space(4) auto 0;
  padding: space(0.5) space(1);
  background-color: palette(neutral, 200);
  border-radius: 4px;

  strong {
    @include font-size(s);
    @include font-weight(extra-bold);
    text-transform: uppercase;
    vertical-align: baseline;
    margin-right: space(2);
  }

  time {
    vertical-align: baseline;
  }
}

.c-post__back {
  text-align: center;
  margin-bottom: space(2);
}

.c-post__image {
  max-width: 800px;
  margin-top: -15vw;
  margin-bottom: 64px;

  @include mq(550, 1400) {
    margin-top: -9vw;
  }

  @include mq(1400) {
    margin-top: -7vw;
  }
}

.c-post__components {
  margin-bottom: 100px;

  .l-contain {
    max-width: 960px;
  }
}

.c-post__components--no-image {
  padding-top: 32px;
}