mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
226 B
SCSS
13 lines
226 B
SCSS
6 years ago
|
// 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;
|
||
|
}
|