Improve footer in vue views

This commit is contained in:
Johannes Zellner
2024-12-14 21:06:59 +01:00
parent d95b13664e
commit fae42bbca3
2 changed files with 10 additions and 6 deletions

View File

@@ -37,6 +37,10 @@
text-align: center;
}
footer > .p {
margin: 4px;
}
.outer {
flex-grow: 1;
display: flex;
@@ -59,9 +63,7 @@
<a href="/" style="padding: 10px;">Back</a>
</div>
<footer style="text-align: center;">
<span>##FOOTER##</span>
</footer>
<footer>##FOOTER##</footer>
</body>
</html>