diff options
Diffstat (limited to 'stylesheets/partials/_header.sass')
-rw-r--r-- | stylesheets/partials/_header.sass | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stylesheets/partials/_header.sass b/stylesheets/partials/_header.sass new file mode 100644 index 00000000..8ab6ad1b --- /dev/null +++ b/stylesheets/partials/_header.sass @@ -0,0 +1,12 @@ +#header + background-color= !header_bg + border-bottom= "1px solid" !header_border + padding: 30px 0 + .page_width + position: relative + a.title + font-size= !h1 + +heading-font + display: inline-block + color= !title_color + text-decoration: none
\ No newline at end of file |