8 lines
122 B
CSS
8 lines
122 B
CSS
.content.attached {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 2rem;
|
|
padding: 1rem;
|
|
height: unset;
|
|
}
|