aimementoring / website

AIME Mentoring Website
2 stars 0 forks source link

CSS: refactor with consistent wrapper pattern #687

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/282ad65e697094939856788e83c0d549df341e00/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

81250eedd66f4f50c1b91d6be3159e44da5e086c