diff --git a/src/components/CloudronHeader.vue b/src/components/CloudronHeader.vue new file mode 100644 index 000000000..bdda51cb0 --- /dev/null +++ b/src/components/CloudronHeader.vue @@ -0,0 +1,41 @@ + + + + + \ No newline at end of file diff --git a/src/style.css b/src/style.css index 5d7759fe4..8ed7c2058 100644 --- a/src/style.css +++ b/src/style.css @@ -1,12 +1,9 @@ -html { - /* this also defines the overall widget size as all sizes are in rem */ - font-size: 13px; +html, body { + font-size: 13px; /* this also defines the overall widget size as all sizes are in rem */ height: 100%; width: 100%; padding: 0; -} - -body { + margin: 0; background-color: #e5e5e5; } diff --git a/src/views/Home.vue b/src/views/Home.vue index 97d8ed2f5..5e45e517f 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,9 +1,13 @@