Skip to content
Snippets Groups Projects
layout.module.scss 179 B
Newer Older
  • Learn to ignore specific revisions
  • .root {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }
    
    .wrapper {
      display: flex;
      flex-direction: row;
      flex: 1;
      main {
        flex: 1;
      }
    }