1
0
Fork 0
pixelfed/resources/assets/sass/landing.scss

13 lines
215 B
SCSS
Raw Normal View History

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