Skip to content
Snippets Groups Projects
Commit 63d59c6c authored by alexisben's avatar alexisben
Browse files

fix timeline

parent 1704f343
No related branches found
No related tags found
No related merge requests found
.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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment