From a647b5fbe9ce3b1bf5092ad7aaed65e0b547cd92 Mon Sep 17 00:00:00 2001 From: Neeraj Sharma Date: Thu, 6 Dec 2018 12:35:17 +0530 Subject: [PATCH] fix logo --- src/components/AppToolbar.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/AppToolbar.vue b/src/components/AppToolbar.vue index 9e720a0..9228f0d 100644 --- a/src/components/AppToolbar.vue +++ b/src/components/AppToolbar.vue @@ -104,7 +104,7 @@ mounted(){ display: none; } } -@media screen and (max-width: 420px) { +@media screen and (max-width: 962px) { img{ position: absolute; top: 13px; @@ -112,6 +112,8 @@ img{ width: 70px; height: 24px; } +} +@media screen and (max-width: 420px){ .v-list__tile { font-size:14px; padding: 0 10px; -- 2.0.0