mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-09 08:53:07 +00:00
8 lines
158 B
CSS
8 lines
158 B
CSS
.requests {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: var(--codex-background-light);
|
|
}
|