Skip to content
Snippets Groups Projects
Commit cccfcd29 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

manual fraese

parent a6d5e04e
No related branches found
No related tags found
No related merge requests found
Pipeline #18285 passed
......@@ -4,8 +4,8 @@
{% assign found = person.name -%}
{{person.name}}
{% if person.email and person.email != '' -%}
<a class="personlink" href="mailto:{{person.email}}"><span class="fa fa-envelope"></span></a>
<span class="email-for-print"> ({{person.email}})</span>
<a class="personlink" href="mailto:{{person.email}}"><span class="fa fa-envelope"></span></a>
{% endif -%}
{% if person.web and person.web != '' -%}
<a class="personlink" href="{{ person.web }}"><span class="fa fa-globe"></span></a>
......
......@@ -63,7 +63,7 @@ p, a, h1, h2, h3, h4 {
}
.email-for-print {
display: block;
display: inline-block;
}
.line-with-text-under {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment