From cb0d3633ac82ed7cf8f024e001803ef9f4becf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Sat, 16 Nov 2019 21:03:48 +0100 Subject: [PATCH] Imported normalize styles into a un-scoped style section of App.vue --- frontend/App.vue | 8 +++++--- frontend/styles/normalize.scss | 5 +++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 frontend/styles/normalize.scss diff --git a/frontend/App.vue b/frontend/App.vue index ab83167d..f2f366ac 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -1,7 +1,9 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/frontend/styles/normalize.scss b/frontend/styles/normalize.scss new file mode 100644 index 00000000..5d531962 --- /dev/null +++ b/frontend/styles/normalize.scss @@ -0,0 +1,5 @@ + +body { + margin: 0; + padding: 0; +} \ No newline at end of file