From 1ae8594b1329de0d12a4d12aaf95cfb78dfd99c5 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 21 Jun 2022 15:43:44 +0200 Subject: [PATCH] Remove unused CSS --- client/src/pages/portfolio/project.vue | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/client/src/pages/portfolio/project.vue b/client/src/pages/portfolio/project.vue index f883fdfd..bc332df2 100644 --- a/client/src/pages/portfolio/project.vue +++ b/client/src/pages/portfolio/project.vue @@ -174,35 +174,17 @@ &__description { grid-area: d; + font-family: $sans-serif-font-family; } &__add-entry { height: 120px; } - &__description, - &__objective { - font-family: $sans-serif-font-family; - } - &__description { margin-bottom: 30px; } - &__objectives-title { - font-size: toRem(22px); - margin-bottom: 8px; - } - - &__objectives { - list-style: disc; - padding-left: 30px; - } - - &__objective { - line-height: 1.5; - } - &__meta { grid-area: m;