Skip to content
Snippets Groups Projects
Unverified Commit bf9305ed authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Merge pull request #405 from osunyorg/fix-event-dates-spacings

Fix event dates spacings
parents 9efd38ad 8fc6c199
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,8 @@
&-time
span + span
@include icon(arrow-right, before)
margin-left: space()
margin-right: space()
.media
&:empty
display: none
......@@ -99,8 +101,11 @@
&-time
display: inline-flex
&::before
content: '|'
content: ' |'
margin-right: $spacing-1
@include media-breakpoint-up(desktop)
&-time
display: flex
.events
&--list
.event
......
......@@ -35,7 +35,7 @@
<span>{{ .Params.dates.from.hour }}</span>
{{ end -}}
{{- if .Params.dates.to.hour }}
<span> {{ .Params.dates.to.hour }}</span>
<span>{{ .Params.dates.to.hour }}</span>
{{ end -}}
</div>
{{ end -}}
......
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