You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
162 B

  1. .welcome {
  2. text-align: center;
  3. padding: 50px 0;
  4. color: mc('grey', '700');
  5. h1 {
  6. margin-top: 15px;
  7. }
  8. h2 {
  9. margin-top: 15px;
  10. margin-bottom: 50px;
  11. }
  12. }