diff options
Diffstat (limited to '_scss/components/_header.scss')
-rw-r--r-- | _scss/components/_header.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_scss/components/_header.scss b/_scss/components/_header.scss new file mode 100644 index 0000000..c5b95b8 --- /dev/null +++ b/_scss/components/_header.scss @@ -0,0 +1,9 @@ +header { + border-bottom: 1px solid $color-bg-alt; +} + +article { + header { + padding-bottom: 16px; + } +} |