mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-06 01:37:43 +02:00
17 lines
305 B
CSS
17 lines
305 B
CSS
.sync-section-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
width: 100vw;
|
|
align-items: center;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
gap: 0
|
|
}
|
|
|
|
.sync-section-container > div {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|