Files
2025-09-18 09:40:31 +02:00

10 lines
169 B
CSS

.content.attached {
display: flex;
gap: 2rem;
padding: 1rem;
height: unset;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}