diff --git a/src/App.vue b/src/App.vue index 7b66047..bf4a0bf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -171,7 +171,7 @@ body { } .dashboard-header { - height: 80px; + height: 100px; background: rgba(12, 20, 38, 0.9); display: flex; align-items: center; diff --git a/src/components/Home.vue b/src/components/Home.vue index 9f01d07..dc85c24 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -5,14 +5,14 @@