aimementoring / website

AIME Mentoring Website
1 stars 0 forks source link

CSS: Replace with global wrapper patern #635

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/cbbbd60e9b1670ca0c9c0af26eca5615f9537895/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..3a60f274a
++ b/pages/be-a-mentor/index.js

b113bdb62a264488186bb90e207c7d8ce0940793