mirror of
https://github.com/oceanprotocol/react.git
synced 2025-01-11 13:43:52 +01:00
17 lines
222 B
CSS
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;
|
|
}
|