Body.scss 159 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 .body { border: 1px solid gray; width: 100%; flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }