diff --git a/assets/sass/_theme/blocks/chapter.sass b/assets/sass/_theme/blocks/chapter.sass index 105d12695235d09b307ea7a9b5a9515f6a32fcc5..c8390e53ce7bf60976c55b06e74d35babad85132 100644 --- a/assets/sass/_theme/blocks/chapter.sass +++ b/assets/sass/_theme/blocks/chapter.sass @@ -1,8 +1,8 @@ -.blocks - .block.block-chapter - @include in-page-with-or-without-sidebar - h2, h3 - @extend .h2 +// .blocks +// .block.block-chapter +// @include in-page-with-or-without-sidebar +// h2, h3 +// @extend .h2 .block-chapter blockquote @@ -40,3 +40,6 @@ width: col(4) margin-left: col-offset(1) margin-bottom: 0 + @include in-page-with-or-without-sidebar + h2, h3 + @extend .h2 \ No newline at end of file diff --git a/assets/sass/_theme/blocks/timeline.sass b/assets/sass/_theme/blocks/timeline.sass index cd503778d3798a56ea6800f1bc45049a72eda28c..aa0be3eabdbdb26590694a1a2c558ddd0031b074 100644 --- a/assets/sass/_theme/blocks/timeline.sass +++ b/assets/sass/_theme/blocks/timeline.sass @@ -62,12 +62,6 @@ overflow: hidden padding-bottom: $grid-gutter padding-top: $grid-gutter - // @include media-breakpoint-down(md) - // margin-bottom: 3rem - // &:first-of-type - // margin-top: 4rem - // @include media-breakpoint-down(md) - // margin-top: 1rem &::before display: none .timeline @@ -157,7 +151,6 @@ .event width: 25% - @include media-breakpoint-down(md) .events position: relative @@ -170,3 +163,6 @@ width: 75% .line margin-bottom: calc(#{$spacing2} + var(--min-title-height)) + @include in-page-with-or-without-sidebar + h2, h3 + @extend .h5 \ No newline at end of file