From 96ccd95568535df78f37bbc2d544ded9b9343fa1 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Thu, 31 Mar 2022 13:27:17 -0600 Subject: [PATCH] fixing up some layout and styling --- batch-color-converter/.vscode/extensions.json | 3 --- index.html | 8 +++++++ src/App.vue | 6 +++--- src/assets/base.css | 21 ++++--------------- 4 files changed, 15 insertions(+), 23 deletions(-) delete mode 100644 batch-color-converter/.vscode/extensions.json diff --git a/batch-color-converter/.vscode/extensions.json b/batch-color-converter/.vscode/extensions.json deleted file mode 100644 index 806eacd..0000000 --- a/batch-color-converter/.vscode/extensions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "recommendations": ["johnsoncodehk.volar", "johnsoncodehk.vscode-typescript-vue-plugin"] -} diff --git a/index.html b/index.html index 217ee9d..f6d3afc 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,14 @@ + + + + + + + + diff --git a/src/App.vue b/src/App.vue index 800ab65..08768e2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,9 @@