From 85da70ffabc2578f3c4e3091f2dd6edafce327a5 Mon Sep 17 00:00:00 2001
From: Graham Smith <gsmith@skye.local>
Date: Tue, 7 Jul 2020 17:18:44 -0400
Subject: [PATCH] remove unused css

---
 src/components/NavBar.vue | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index 48a58c23..93ccc32f 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -121,30 +121,6 @@ export default {
     .navbar-title {
       line-height: 1;
     }
-
-    @media only screen and (max-width: 768px) {
-      img {
-        width: 50px;
-      }
-      .navbar-title {
-        font-size: 2rem;
-      }
-    }
-
-    @media only screen and (max-width: 768px) {
-      img {
-        width: 50px;
-      }
-      .navbar-title {
-        font-size: 2rem;
-      }
-    }
-
-    @media only screen and (max-width: 768px) {
-      .navbar-title {
-        font-size: 1.5rem;
-      }
-    }
   }
 }
 </style>
-- 
GitLab