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

17 lines
222 B
CSS
Raw Normal View History

2020-07-14 13:34:08 +02:00
.app {
width: 100%;
2020-07-09 14:33:22 +02:00
}
2020-07-14 13:34:08 +02:00
.container {
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
max-width: 860px;
2020-07-09 14:33:22 +02:00
}
2020-07-14 13:34:08 +02:00
.container div {
display: flex;
padding: 10px;
2020-07-16 11:25:01 +02:00
margin-bottom: 10px;
2020-07-14 13:34:08 +02:00
}