App.scss 215 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 body { margin: 0; padding: 0; } .container { display: flex; justify-content: center; align-items: center; flex-direction: column; min-width: 250px; width: 100vw; height: 100vh; }