Body.scss 167 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 .body { width: 100%; flex-grow: 1; max-height: calc(100vh - 70px); display: flex; justify-content: center; align-items: center; flex-direction: column; }