7 lines
86 B
SCSS
7 lines
86 B
SCSS
.container {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|