MainPage.scss 291 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .main-wrapper{ display:flex; flex-direction: column; align-items: center; // max-width: 50rem; } .main-title{ margin-top: 5rem; text-align: center; font-size: 5rem; font-weight: bold; &__desc{ margin-top: 2rem; font-size: 1.5rem; } }