Commit a647b5fbe9ce3b1bf5092ad7aaed65e0b547cd92

Authored by Neeraj Sharma
1 parent 659b42db74

fix logo

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/components/AppToolbar.vue
... ... @@ -104,7 +104,7 @@ mounted(){
104 104 display: none;
105 105 }
106 106 }
107   -@media screen and (max-width: 420px) {
  107 +@media screen and (max-width: 962px) {
108 108 img{
109 109 position: absolute;
110 110 top: 13px;
... ... @@ -112,6 +112,8 @@ img{
112 112 width: 70px;
113 113 height: 24px;
114 114 }
  115 +}
  116 +@media screen and (max-width: 420px){
115 117 .v-list__tile {
116 118 font-size:14px;
117 119 padding: 0 10px;
... ...