mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-18 15:00:00 +00:00
8 lines
91 B
CSS
8 lines
91 B
CSS
.App {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.App .wrapper {
|
|
flex: 0 1 800px;
|
|
}
|