Fix some header / footer issues.
This commit is contained in:
parent
72a54c8325
commit
9b5f8f3f37
2 changed files with 2 additions and 3 deletions
|
@ -38,7 +38,7 @@ refresh();
|
||||||
@import "../../scss/variables";
|
@import "../../scss/variables";
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
|
@ -14,9 +14,8 @@ refresh();
|
||||||
<header v-if="config.getConfig">
|
<header v-if="config.getConfig">
|
||||||
<nav>
|
<nav>
|
||||||
<RouterLink class="logo" to="/">
|
<RouterLink class="logo" to="/">
|
||||||
<!--suppress HtmlUnknownTarget -->
|
|
||||||
<img
|
<img
|
||||||
src="icon.svg"
|
src="/icon.svg"
|
||||||
alt="Symbol: Gelbes Zahnrad in zwei konzentrischen Kreisen (hellgrau und magenta)"
|
alt="Symbol: Gelbes Zahnrad in zwei konzentrischen Kreisen (hellgrau und magenta)"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue