pesto-students/batch-11-relayer

View on GitHub
client/src/assets/styles/components/landingPage.module.scss

Summary

Maintainability
Test Coverage
.container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  & h1 {
    font-size: 3em;
  }
  & p {
    font-size: larger;
    line-height: 35px;
    width: 70%;
  }
  & * {
    margin: 25px 0;
  }
}