Add support e-mail link
This commit is contained in:
parent
0dec39c094
commit
d8f82c0e73
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue