dordogne-cd24: fix external link icon position (#54539)

This commit is contained in:
Serghei Mihai 2021-06-03 10:02:59 +02:00
parent 5658b80b21
commit 427a930bad
1 changed files with 3 additions and 0 deletions

View File

@ -552,11 +552,14 @@ div.linkcell.homepage-link {
.linkcell.external-link a, a.external-link {
text-decoration: underline;
position: relative;
margin-right: 1.5em;
line-height: 1;
&::after {
position: absolute;
content: '\f08e'; /* external-link */
font-family: FontAwesome;
margin-left: 5px;
bottom: 0;
}
}