motionfix-demo / style.css
atnikos's picture
fixes for examples
1277b3a
raw
history blame contribute delete
390 Bytes
/* style.css */
#center-column {
display: flex;
justify-content: center;
}
.gradio-row {
display: flex;
gap: 20px;
}
.gradio-column {
flex: 1;
}
.gradio-container {
display: flex;
flex-direction: column;
gap: 10px;
}
.gradio-button-row {
display: flex;
gap: 10px;
}
.gradio-textbox-row {
display: flex;
gap: 10px;
align-items: center;
}