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

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

  main {
    flex: 1 0 auto;

    .container {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
}