github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/assets/scss/_main-container.scss (about)

     1  // The outer page container i.e. common styles for any page.
     2  .td-outer {
     3      display: flex;
     4      flex-direction: column;
     5      height: 100vh;
     6  }
     7  
     8  // The outer page container for the default base template.
     9  .td-default {
    10      main {
    11          > section:first-of-type {
    12              @include media-breakpoint-up(md) {
    13                  padding-top: 8rem;
    14              }
    15          }
    16  
    17          section {
    18              @extend .td-block-padding;
    19          }
    20      }
    21  }
    22  
    23  .td-main {
    24      flex-grow: 1;
    25  
    26      main {
    27          @include media-breakpoint-up(md) {
    28              padding-top: 5.5rem;
    29          }
    30  
    31  
    32          padding-bottom: 2rem;
    33      }
    34  }