From 1d0fe60ea488cfb8715842bf551e3ec8b52e9820 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Fri, 4 Feb 2022 19:54:32 +0000 Subject: [PATCH] Improve layout --- web/src/App.vue | 14 ++++++----- web/src/index.css | 10 +++++++- web/src/pages/BudgetSidebar.vue | 42 ++++++++++++++++----------------- web/src/pages/Dashboard.vue | 2 +- 4 files changed, 39 insertions(+), 29 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index 9beca57..caedb97 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -37,12 +37,14 @@ export default defineComponent({ -
- -
- -
- +
+
+ +
+ +
+ +
diff --git a/web/src/index.css b/web/src/index.css index bd6213e..ee11269 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1,3 +1,11 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +h1 { + font-size: 200%; +} + +a { + text-decoration: underline; +} \ No newline at end of file diff --git a/web/src/pages/BudgetSidebar.vue b/web/src/pages/BudgetSidebar.vue index 932cf70..f645ac5 100644 --- a/web/src/pages/BudgetSidebar.vue +++ b/web/src/pages/BudgetSidebar.vue @@ -7,40 +7,40 @@ export default defineComponent({ \ No newline at end of file diff --git a/web/src/pages/Dashboard.vue b/web/src/pages/Dashboard.vue index a810eb6..627cba8 100644 --- a/web/src/pages/Dashboard.vue +++ b/web/src/pages/Dashboard.vue @@ -11,7 +11,7 @@ export default defineComponent({