2024-08-22 17:41:44 +02:00

8 lines
158 B
CSS

.requests {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--codex-background-light);
}