aboutsummaryrefslogtreecommitdiff
path: root/kamon-status/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-status/src/App.vue')
-rw-r--r--kamon-status/src/App.vue8
1 files changed, 6 insertions, 2 deletions
diff --git a/kamon-status/src/App.vue b/kamon-status/src/App.vue
index ebb432c9..fd612828 100644
--- a/kamon-status/src/App.vue
+++ b/kamon-status/src/App.vue
@@ -4,7 +4,7 @@
<div class="container h-100">
<div class="row h-100 justify-content-between">
<div class="col-auto h-100">
- <img class="py-3 h-100 img-fluid" src="./assets/logo.svg" alt="">
+ <img class="logo h-100 img-fluid" src="./assets/logo.svg" alt="">
</div>
</div>
</div>
@@ -17,7 +17,7 @@
<style lang="scss">
-$header-height: 70px;
+$header-height: 85px;
.header {
height: $header-height;
@@ -39,5 +39,9 @@ $header-height: 70px;
}
}
}
+
+ .logo {
+ padding: 1rem 0rem;
+ }
}
</style>