From 1fdbd9336d2d8d28b355357e4790294db81e2045 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Wed, 29 Sep 2021 14:53:05 +0200 Subject: [PATCH] feat(credits): increase job title pargraph width --- public/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index bfe6d4a..4827028 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -207,7 +207,7 @@ img.emoji { .text { font-size: 1rem; color: var(--text-secondary); - width: 63%; + width: 86%; line-height: 1.8; margin: 0; margin-top: 0.5rem;