9 lines
124 B
SCSS
9 lines
124 B
SCSS
.software-app-store {
|
|
@include vertical-page-layout;
|
|
|
|
&__content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|