From d7f0ef05ee46e887de4d691a04fde4f84e76a0ba Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 22 Oct 2022 16:19:09 +0200 Subject: [PATCH] feat: make project descriptions more readable --- src/components/Timeline.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index c7f26ff..55038a6 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -520,13 +520,14 @@ export default class Timeline extends Vue { width: 50vw; font-size: .8em; - text-align: justify; + letter-spacing: .01rem; + // text-align: justify; padding: 1em; padding-bottom: 2em; margin-bottom: 1.5em; - color: #c1c1c1; + color: #eee; background: #323841; border: .1rem solid #45454b;