forked from mirror/pixelfed
13 lines
226 B
SCSS
13 lines
226 B
SCSS
|
// Landing Page bundle
|
||
|
|
||
|
@import 'variables';
|
||
|
@import '~bootstrap/scss/bootstrap';
|
||
|
@import 'custom';
|
||
|
@import 'landing/carousel';
|
||
|
@import 'landing/devices';
|
||
|
|
||
|
.container.slim {
|
||
|
width: auto;
|
||
|
max-width: 680px;
|
||
|
padding: 0 15px;
|
||
|
}
|