Removed unnecessary section (#9067)

This commit is contained in:
Jing Ma 2018-01-22 23:18:09 +08:00 committed by Wei Zhu
parent cdb160ae4b
commit dab43f4c7a

View File

@ -42,14 +42,3 @@ class Card extends React.Component {
ReactDOM.render(<Card />, mountNode);
````
````css
.example {
text-align: center;
background: rgba(0,0,0,0.05);
border-radius: 4px;
margin-bottom: 20px;
padding: 30px 50px;
margin: 20px 0;
}
````