aimementoring / website

AIME Mentoring Website
1 stars 0 forks source link

CSS: Replace with global wrapper patern #633

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

CSS: Replace with global wrapper patern

https://github.com/aimementoring/website/blob/d6d0ed9e6a1d9676677bb91abe31fd1db3554630/pages/be-a-mentor/be-a-mentor.module.scss#L15


.container {

  @media only screen and (min-width: $md) {
    padding: 0 2em;
    display: grid;
    grid: 15% 85% / 46% 54%;
    grid-template-areas:
      "HEADER        HEADER"
      "WELCOME-AREA  FORM-AREA";
  }
}

// @todo CSS: Replace with global wrapper patern 

.wrapper {
  position: relative;
  max-width: 78em;
  width: 100%;
  margin: 0 auto;
}
ew file mode 100644
ndex 000000000..3a60f274a
++ b/pages/be-a-mentor/index.js

4203e40fa5bfb326eba45856e3b3ec968b6167f7