1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-01-11 13:43:52 +01:00
react/example/src/App.css
2020-07-16 12:25:01 +03:00

17 lines
222 B
CSS

.app {
width: 100%;
}
.container {
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
max-width: 860px;
}
.container div {
display: flex;
padding: 10px;
margin-bottom: 10px;
}