diff --git a/src/App.vue b/src/App.vue index 0a65ebe..1d9499c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@
{{config.title.sub}}
- @@ -93,6 +93,17 @@ 'font-family': config.title.font }; } + + /** + * Style for footer + */ + get footerStyle() + { + return { + height: config.footer.height + 'vh', + background: config.footer.background + } + } }