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