Layout.scss 258 B

123456789101112131415
  1. /**
  2. * React Static Boilerplate
  3. * https://github.com/koistya/react-static-boilerplate
  4. * Copyright (c) Konstantin Tarkus (@koistya) | MIT license
  5. */
  6. html, body {
  7. font-family: 'Roboto', 'Helvetica', sans-serif;
  8. margin: 0;
  9. padding: 0;
  10. }
  11. .Layout {
  12. }