From b53201a7ff7b8507d62c7fde012463763f81c8e6 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 31 Oct 2023 23:02:58 +0100 Subject: [PATCH] hotfix --- src/App.vue | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/App.vue b/src/App.vue index c4e2212..34d9b0e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,22 +36,4 @@ export default defineComponent({ font-size: 1em; padding: 1em 0.5em; } - -/* HEADER SECTION */ - -h2 { - margin: 0; - margin-bottom: 0.5em; - - color: $accentColor; - font-weight: 700; - font-size: 1.2em; -} - -.header-bottom { - margin: 0; - font-size: 1.5em; - - color: #d1d1d1; -}