_development.scss 324 B

1234567891011121314151617
  1. .development.page {
  2. #content_box {
  3. article {
  4. section.project {
  5. @include breakpoint(max-width $bp-small) {
  6. margin-top: $base-line-height/2;
  7. border-top: 1px solid hsl(0,0,80);
  8. padding-top: $base-line-height/2;
  9. h3 {
  10. line-height: $base-line-height !important;
  11. }
  12. }
  13. }
  14. }
  15. }
  16. }