From 30772e0dd8436062e325eda0f54e90f7e8696705 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Wed, 6 May 2020 22:58:45 +0800
Subject: Sass structure full rebuild

---
 assets/sass/_header.scss | 20 --------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 assets/sass/_header.scss

(limited to 'assets/sass/_header.scss')

diff --git a/assets/sass/_header.scss b/assets/sass/_header.scss
deleted file mode 100644
index 08b279e..0000000
--- a/assets/sass/_header.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-header {
-    padding: 1em 0 1em 0;
-
-    #main-title {
-        @include pdsans-title();
-
-        &:hover {
-            text-decoration: none;
-            color: $color-secondary;
-        }
-    }
-
-    #sub-title {
-        font-size: $font-size-l3;
-        display: block;
-        color: $color-mute;
-    }
-
-    border-bottom: $spliter;
-}
\ No newline at end of file
-- 
cgit v1.2.3