From 15daccde9cecfd025a8356458e94dbb32add7932 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Mon, 28 Sep 2020 17:13:20 +0200
Subject: [PATCH] Fixing rendering of document links

---
 src/styles/layout/resources/resources.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/styles/layout/resources/resources.scss b/src/styles/layout/resources/resources.scss
index 1c2c0f91..37fd8041 100644
--- a/src/styles/layout/resources/resources.scss
+++ b/src/styles/layout/resources/resources.scss
@@ -68,7 +68,9 @@
                         font-family: "RefrigeratorDelxW01Bold";
                         color: #063B5C;
                     }
-                    [name="link"] a {
+                    [name="link"] a, [name="document"] a  {
+                        width: 75%;
+                        margin-bottom: 10px;
                         padding-left: 35px;
                         position: relative;
                         &::before {
-- 
GitLab