landing.scss 215 B

12345678910111213
  1. // Landing Page bundle
  2. @import "fonts";
  3. @import "lib/fontawesome";
  4. @import 'variables';
  5. @import '~bootstrap/scss/bootstrap';
  6. @import 'custom';
  7. .container.slim {
  8. width: auto;
  9. max-width: 680px;
  10. padding: 0 15px;
  11. }