content.scss 276 B

12345678910111213141516
  1. .content {
  2. display: -webkit-flex;
  3. display: -ms-flex;
  4. display: flex;
  5. flex: 1 0 auto;
  6. flex-direction: column;
  7. padding-top: 30px;
  8. padding-bottom: 40px;
  9. &.scrolling {
  10. margin-top: 81px;
  11. }
  12. &.inner {
  13. margin-top: 45px;
  14. }
  15. }