aimementoring / website

AIME Mentoring Website
1 stars 0 forks source link

CSS: Replace with global wrapper patern #661

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

3305ec6ae8aa2d3b3db5f3de2e07a88b5d359b0e