Next.js template
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617
  1. .l-page {
  2. @include flex-column;
  3. flex: 1 1 auto;
  4. padding-bottom: 7rem;
  5. position:relative;
  6. @include media-below($bp-xl) {
  7. padding-bottom: 4rem;
  8. }
  9. }
  10. .l-section {
  11. padding: 0 3.25rem;
  12. @include media-below($bp-xl) {
  13. padding: 0;
  14. }
  15. }