Add support e-mail link

This commit is contained in:
Ramon Wenger 2020-03-23 22:21:09 +01:00
parent 0dec39c094
commit d8f82c0e73
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,10 @@
</router-link> </router-link>
</div> </div>
<div class="top-navigation__item">
<a class="top-navigation__link" href="mailto:rahel.wenger@hep-verlag.ch">Supportanfragen</a>
</div>
</nav> </nav>
</template> </template>
@ -89,9 +93,11 @@
order: 3; order: 3;
border-bottom: 0; border-bottom: 0;
} }
&:nth-child(2) { &:nth-child(2) {
order: 1; order: 1;
} }
&:nth-child(3) { &:nth-child(3) {
order: 2; order: 2;
} }