shield-wall / myprofile

Generate your resume in markdown easily from Github actions ✅ using discussion section 📃 🚀
https://myprofile.pro
34 stars 13 forks source link

fixed title align issue #791

Closed Willian1661 closed 1 year ago

Willian1661 commented 1 year ago

edited basic.scss file

added text-align center

h1 {
    font-size: 30px;
 +  text-align: center;
  }