From 68dfacdda4a1fff4b201ec16f84d4f5965131c7e Mon Sep 17 00:00:00 2001 From: lostdesign Date: Mon, 30 Sep 2019 15:49:11 +0200 Subject: [PATCH] :recycle: Adjust table spacing and color --- components/TableRow.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/TableRow.vue b/components/TableRow.vue index a397cc7..6f67897 100644 --- a/components/TableRow.vue +++ b/components/TableRow.vue @@ -34,11 +34,14 @@ export default { &--title { color: white; font-weight: 900; + width: 80%; } &--description { - color: #008190; line-height: 1.3; + font-size: 13px; + color: white; + width: 80%; } &--links {