Skip to content
Snippets Groups Projects
Commit e6ab1d01 authored by Olivia206's avatar Olivia206
Browse files

fixed timelign alignment

parent 61efa75e
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,8 @@
cursor: default
opacity: 0.3
.timeline-event
margin: 0 calc(var(--grid-gutter) / 2)
width: 50%
padding: 0 calc(var(--grid-gutter) / 2)
width: columns(4)
.title
display: block
min-height: var(--min-title-height)
......@@ -130,6 +130,7 @@
position: absolute
top: calc(#{$spacing-4/2} + var(--min-title-height))
.timeline-event
margin-right: 0
padding-right: 0
width: 75%
.line
......
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