From ec6eb6d65142125b4ba32e6bb76c71411c8181e4 Mon Sep 17 00:00:00 2001
From: Graham Smith <gsmith@skye.local>
Date: Wed, 15 Jul 2020 10:52:15 -0400
Subject: [PATCH] css updates

---
 src/views/WhoWeAre.vue | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/views/WhoWeAre.vue b/src/views/WhoWeAre.vue
index 8067dbd1..8901b3df 100644
--- a/src/views/WhoWeAre.vue
+++ b/src/views/WhoWeAre.vue
@@ -194,10 +194,6 @@ export default {
 
 .who-we-are {
   margin-bottom: 2rem;
-  p {
-    font-size: 0.8rem;
-    line-height: 1.5rem;
-  }
   @include media-breakpoint-up(lg) {
     .section-description {
       max-width: 60%;
@@ -212,12 +208,7 @@ export default {
       .quotes {
         padding-bottom: 1rem;
       }
-      h2 {
-        line-height: 2.5rem;
-      }
       .attrib {
-        font-size: 0.8rem;
-
         .title {
           text-decoration: italic;
           font-weight: 400;
@@ -256,11 +247,6 @@ export default {
     h2 {
       margin-bottom: 4rem;
     }
-    .principle {
-      p {
-        font-size: 0.8rem;
-      }
-    }
   }
 }
 </style>
-- 
GitLab