diff --git a/src/AppComponent.vue b/src/AppComponent.vue index b0d53f4..ff9709c 100644 --- a/src/AppComponent.vue +++ b/src/AppComponent.vue @@ -94,6 +94,7 @@ body { flex: 1; background-color: #d9e2f3; overflow-y: auto; + margin: 0 7px 7px 0; } .right-column h2 { diff --git a/src/common/components/HeaderComponent.vue b/src/common/components/HeaderComponent.vue index 9ce3159..ff2f8c1 100644 --- a/src/common/components/HeaderComponent.vue +++ b/src/common/components/HeaderComponent.vue @@ -42,7 +42,7 @@ header { display: flex; flex-direction: column; width: 100%; - background-color: #e0bfff; + background-color: #ffffff; } .header-title { @@ -50,11 +50,14 @@ header { align-items: center; justify-content: space-between; width: 100%; - padding: 0.3em 0.5em; + padding: .3em .5em; } header h1 { margin: 0; + flex: 1; + text-align: center; + text-shadow: 2px 2px 1px #e0bfff; } .reload-icon { diff --git a/src/common/components/NavbarComponent.vue b/src/common/components/NavbarComponent.vue index cadbc45..d2aa9a5 100644 --- a/src/common/components/NavbarComponent.vue +++ b/src/common/components/NavbarComponent.vue @@ -12,7 +12,8 @@ {{ item.name }} -