refactor: adjust timeline sizings for mobile, cleanup component styling
This commit is contained in:
parent
35d5232575
commit
f7ae855221
3 changed files with 47 additions and 27 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<style lang="scss">
|
||||
.timeline {
|
||||
max-width: calc(var(--timeline-circle-size) * 15);
|
||||
max-width: var(--timeline-max-width);
|
||||
position: relative;
|
||||
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue