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

fix event and post sidebar

parent d1ffc91f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@
.lead
@include h3
// Safe spacing if post is empty
&:not(.full-width)
.event-sidebar
@include sidebar
@include media-breakpoint-up(desktop)
.document-content
min-height: 600px
......@@ -13,6 +16,7 @@
content: ''
display: block
height: 1px
.events__section
.archive-link
......@@ -266,7 +270,3 @@
&:not(.event--with-image)
width: col(5)
margin-left: offset(4)
.event-sidebar
@include sidebar
\ No newline at end of file
......@@ -21,9 +21,6 @@
@include meta
color: $color-text-alt
.post-sidebar
@include sidebar
.posts__section,
.authors__term,
.posts_categories__term,
......@@ -85,6 +82,9 @@
// Safe spacing if post is empty
.document-content
min-height: 350px
&:not(.full-width)
.post-sidebar
@include sidebar
.post-categories
@include list-reset
......
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