mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-05 05:16:03 +00:00
11 lines
228 B
CSS
11 lines
228 B
CSS
.botListContainer {
|
|
width: 100%;
|
|
padding-left: 0.8rem;
|
|
padding-right: 0.8rem;
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
|
|
gap: 2rem;
|
|
justify-items: stretch;
|
|
align-items: start;
|
|
}
|