Files
react/fixtures/blocks/src/index.css
T
Dan Abramov f6fcae58e9 [Blocks] Add Shell to Fixture (#18803)
* [Blocks] Add Feed page to fixture

* Add minimal routing

* Always show post with comments
2020-05-04 01:59:55 +01:00

9 lines
90 B
CSS

body {
font-family: Helvetica;
padding-left: 10px;
}
* {
box-sizing: border-box;
}