From dfb6e1f80754c1c8f2d4d332c5292319f008a67b Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 27 May 2020 22:53:13 +0800 Subject: v2 original port --- assets/sass/modules/_header.scss | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 assets/sass/modules/_header.scss (limited to 'assets/sass/modules/_header.scss') diff --git a/assets/sass/modules/_header.scss b/assets/sass/modules/_header.scss deleted file mode 100644 index b204921..0000000 --- a/assets/sass/modules/_header.scss +++ /dev/null @@ -1,18 +0,0 @@ -header { - &>div { - padding: 2rem 1rem; - - // different padding when screen size below width-md(768px) - @media screen and (max-width: $width-md) { - padding: 2rem 1.5rem; - } - } - - .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