From ece8775cf07f8f7e278ec973105e4c74f87db2fe Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 03 Jun 2025 13:12:52 +0000
Subject: [PATCH] style update
---
vue/src/App.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/vue/src/App.vue b/vue/src/App.vue
index a16fa2a..f121a20 100644
--- a/vue/src/App.vue
+++ b/vue/src/App.vue
@@ -16,6 +16,8 @@
<RouterView />
</main>
+ <footer> </footer>
+
</template>
<style lang="stylus">
@@ -27,18 +29,21 @@
}
header
- background-color #777;
position fixed;
top 0
left 0
right 0
- padding .5em;
main
margin 0 auto
+ padding 0 1em
margin-top 3rlh
max-width 1280px;
+footer
+ padding 1.5em 0
+ //border 1px solid orange
+
table
border 1px solid
border-collapse collapse
--
Gitblit v1.8.0