Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_layout.scss « _core « css « assets - github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 154f3a6bd02162aa79fa7382739a895f3243a06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** Layout **/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;

  main {
    flex: 1 0 auto;

    .container {
      padding: 0 1rem;
    }
  }
}