pixelfed/resources/assets/sass/landing.scss

13 lines
215 B
SCSS

// Landing Page bundle
@import "fonts";
@import "lib/fontawesome";
@import 'variables';
@import '~bootstrap/scss/bootstrap';
@import 'custom';
.container.slim {
width: auto;
max-width: 680px;
padding: 0 15px;
}