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

fix display

parent 7a75176a
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
display: flex display: flex
flex-direction: row flex-direction: row
position: relative position: relative
grid-gap: var(--grid-gutter) gap: var(--grid-gutter)
+ .event + .event
margin-top: var(--grid-gutter) margin-top: var(--grid-gutter)
&-content &-content
...@@ -256,13 +256,9 @@ ...@@ -256,13 +256,9 @@
@include h2 @include h2
@include media-breakpoint-down(desktop) @include media-breakpoint-down(desktop)
flex-direction: column flex-direction: column
grid-gap: 0
.media .media
margin-left: var(--grid-gutter-negative) margin-left: var(--grid-gutter-negative)
margin-right: var(--grid-gutter-negative) margin-right: var(--grid-gutter-negative)
aspect-ratio: 1
img
margin-bottom: $spacing-2
@include in-page-without-sidebar @include in-page-without-sidebar
align-items: center align-items: center
&-dates &-dates
......
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