template.scss 336 B

1234567891011121314151617181920212223
  1. // Remove shadow under navbar
  2. .navbar {
  3. box-shadow: none;
  4. }
  5. // Full width Portfolio filter toolbar
  6. .btn-toolbar .btn-group {
  7. flex: 1;
  8. }
  9. // Custom section spacing
  10. .home-section {
  11. padding: 1.5rem 0 1.5rem 0;
  12. }
  13. .section-heading {
  14. margin-bottom: 3rem !important;
  15. }
  16. // Center CTA button
  17. .cta-group {
  18. justify-content: center;
  19. }