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/inzigd.komma.pro/resources/sass/site/7-Templates/_templates.simple.scss
.t-simple {
}

.t-simple__header {
  padding: 50px 0 60px;
}

.t-simple__flex {
  @include flex(space-between center);

  @include mq(1300) {
    padding-right: column(1, 12);
  }
}

.t-simple__logo{
  width: 120px;
}

.t-simple__person{
  @include mq($max: 650){
    display: none;
  }
}

.t-simple__body {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: hidden;
}

.t-simple__block {
  margin: 60px 0;
  max-width: 780px;
}

.t-simple__body-placeholder {
  padding: 0 20px;

  @include mq(800) {
    padding: 0 column(0.5, 8) 0 column(1, 8);
  }
}

.t-simple__footer {
  position: fixed;
  bottom: 0;
  left: 0;

  @include flex(space-between center);
  height: 82px;
  width: 100%;
  padding: 30px 0;
  background-color: palette(primary, 700);

  color: rgba(palette(primary, 300), 0.7);
  @include font-size(x-small);
}

.t-simple__footer--inline {
  position: relative;
  width: auto;
  height: auto;
}

.t-simple__copyright{
  @include mq(650) {
    margin-left: column(1, 12);
  }
}