Fixing rendering of document links

This commit is contained in:
Benoit Alessandroni 2020-09-28 17:13:20 +02:00
parent 21122db74f
commit 15daccde9c
1 changed files with 3 additions and 1 deletions

View File

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