aimementoring / website

AIME Mentoring Website
2 stars 0 forks source link

CSS: Replace with global wrapper patern #688

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/2fafb82175958eb3417a8acda2674080ff728516/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

6be49ee65555d933fb5075b882b82e81086bce09