diff --git a/content/assets/img/header.jpg b/content/assets/img/header.jpg new file mode 100644 index 0000000..764e19c Binary files /dev/null and b/content/assets/img/header.jpg differ diff --git a/theme/static/src/scss/homepage.scss b/theme/static/src/scss/homepage.scss index f7cac4f..a86b655 100644 --- a/theme/static/src/scss/homepage.scss +++ b/theme/static/src/scss/homepage.scss @@ -1,3 +1,9 @@ header { min-height: 100%; + background-image: url("../img/header.jpg"); + + .header-content-inner p { + font-size: $font-size-h3 !important; + font-weight: 400 !important; + } }