mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-20 10:08:17 +02:00
13 lines
212 B
CSS
13 lines
212 B
CSS
.mainContainer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 30px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 40px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.docContent {
|
|
flex-grow: 1;
|
|
}
|