123456789101112131415 |
- /**
- * React Static Boilerplate
- * https://github.com/koistya/react-static-boilerplate
- * Copyright (c) Konstantin Tarkus (@koistya) | MIT license
- */
- html, body {
- font-family: 'Roboto', 'Helvetica', sans-serif;
- margin: 0;
- padding: 0;
- }
- .Layout {
- }
|