Share footer styles

This commit is contained in:
Johannes Zellner
2024-12-14 21:17:51 +01:00
parent 78cfb9b7f0
commit 893e07ea16
3 changed files with 14 additions and 27 deletions
+1 -16
View File
@@ -140,11 +140,6 @@ export default {
<style>
#app {
display: flex;
flex-direction: column;
}
.icon {
margin-bottom: 20%;
}
@@ -153,6 +148,7 @@ export default {
display: flex;
flex-grow: 1;
overflow: hidden;
height: 100%;
}
.layout-left {
@@ -182,16 +178,5 @@ export default {
flex-direction: column;
}
footer {
display: block;
width: 100%;
font-size: 10px;
text-align: center;
}
footer > .p {
margin: 4px;
}
</style>