refactor: adjust timeline sizings for mobile, cleanup component styling

This commit is contained in:
Sebin Nyshkim 2023-03-23 13:26:08 +01:00
parent 35d5232575
commit f7ae855221
3 changed files with 47 additions and 27 deletions

View file

@ -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;