This commit is contained in:
2025-08-21 10:51:32 +02:00
parent cd88c79b32
commit 9957229e70
5 changed files with 80 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
.content.attached {
display: flex;
flex-direction: column;
gap: 2rem;
padding: 1rem;
height: unset;
}