mirror of
https://github.com/AvaLovelace1/LegoGPT.git
synced 2026-01-21 20:40:18 -06:00
11 lines
169 B
CSS
11 lines
169 B
CSS
.gradio-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
min-height: 100dvh !important;
|
|
}
|
|
|
|
.fillable {
|
|
padding: 1rem 2rem;
|
|
}
|