aimementoring / website

AIME Mentoring Website
2 stars 0 forks source link

CSS: refactor with consistent wrapper pattern #686

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

CSS: refactor with consistent wrapper pattern

https://github.com/aimementoring/website/blob/334b00d939e26b3aebfffd2f83619e9eb0e4f4ae/pages/thanks/thanks.module.scss#L3


// @todo CSS: refactor with consistent wrapper pattern 
.wrapper {
  margin: 0 auto;
  max-width: 720px;
  padding: 10rem 2rem 4rem;
}

.content {
  align-items: center;
  margin-bottom: 4rem;
  text-align: center;

  @media screen and (min-width: $sm) {
    display: flex;
    text-align: left;
  }

}
ew file mode 100644
ndex 000000000..2509bd4db
++ b/pages/the-mentor/index.js

f70b7c840db897dddbd7187d73079434b60f9c64