6 lines
78 B
CSS
6 lines
78 B
CSS
.photoStepGrid {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.75rem;
|
|
}
|