mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
8 lines
124 B
SCSS
8 lines
124 B
SCSS
.software-app-store {
|
|
@include vertical-page-layout;
|
|
|
|
&__content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|