6 lines
97 B
CSS
6 lines
97 B
CSS
.impressions {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
padding: 1rem;
|
|
} |