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/4-Layouts/_layouts.main.scss
// Should be a direct child of the body element with the class ".l-body"
.l-main {
  // stretch it out, so footer stays sticky to the bottom when there is little content
  flex: 1;

  .ie & {
    flex: none;
  }

  // not on body element selector because of issues with mobile browsers
  overflow-x: hidden;


  // todo figure out
  margin-bottom: calc(-1 * var(--slant-height));
  padding-bottom: var(--slant-height);

}