Improve footer in vue views
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user