aimementoring / website

AIME Mentoring Website
2 stars 0 forks source link

CSS: Replace with global wrapper patern #707

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/cd27c3743b492fa7b93950163b1a86620412e343/pages/be-a-mentor/be-a-mentor.module.scss#L15


.container {

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

// @todo CSS: Replace with global wrapper patern 

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

8c2f9f52ed51b28c32f59f709ce580dd15a5e946