Files
openswarm/debugger/debugger_gui/src/components/sync-section/SyncSection.css
T
2026-03-13 12:09:25 -07:00

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;
}