6 lines
74 B
SCSS
6 lines
74 B
SCSS
|
.content {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
margin: 2rem 8rem;
|
||
|
}
|