diff --git a/src/components/about/style.scss b/src/components/about/style.scss index 41e57f7..424bd69 100644 --- a/src/components/about/style.scss +++ b/src/components/about/style.scss @@ -2,6 +2,8 @@ @import "./src/variables"; .about { + margin-bottom: 32px; + h2 { color: $primary-color; font-family: "Krona-One"; diff --git a/src/components/faq/style.scss b/src/components/faq/style.scss index 25fd573..9c40b50 100644 --- a/src/components/faq/style.scss +++ b/src/components/faq/style.scss @@ -5,11 +5,19 @@ margin: 12px 0; padding: 16px; background: $primary-color; + margin-bottom: 32px; + h2 { + color: $secondary-color; + font-family: "Krona-One"; + font-size: 48px; + font-style: normal; + font-weight: 400; + line-height: normal; + text-align: center; margin: 0; - padding: 8px; - color: $primary-text; + padding-left: 2px; } ul { diff --git a/src/components/photos/style.scss b/src/components/photos/style.scss index 9b1d940..fab2fb6 100644 --- a/src/components/photos/style.scss +++ b/src/components/photos/style.scss @@ -1,10 +1,16 @@ @import "./src/variables"; .photos { - margin-bottom: 8px; + margin-bottom: 32px; h2 { - color: $secondary-color; + color: $primary-color; + font-family: "Krona-One"; + font-size: 48px; + font-style: normal; + font-weight: 400; + line-height: normal; + text-align: center; margin: 0; padding-left: 2px; } diff --git a/src/components/sponsors/style.scss b/src/components/sponsors/style.scss index ca876f1..9109b7b 100644 --- a/src/components/sponsors/style.scss +++ b/src/components/sponsors/style.scss @@ -2,15 +2,30 @@ @import "./src/mixins"; .sponsors { + margin-bottom: 32px; + h2 { - color: $secondary-color; + color: $primary-color; + font-family: "Krona-One"; + font-size: 48px; + font-style: normal; + font-weight: 400; + line-height: normal; + text-align: center; margin: 0; + margin-bottom: 32px; padding-left: 2px; } h3 { - margin: 4px 16px; color: $primary-color; + font-family: "Krona-One"; + font-style: normal; + font-weight: 400; + line-height: normal; + text-align: center; + margin: 0; + padding-left: 2px; } } diff --git a/src/components/timeline/style.scss b/src/components/timeline/style.scss index 5eb9999..d7e6306 100644 --- a/src/components/timeline/style.scss +++ b/src/components/timeline/style.scss @@ -2,9 +2,18 @@ @import "./src/variables"; .timeline { + margin-bottom: 32px; + h2 { color: $primary-color; + font-family: "Krona-One"; + font-size: 48px; + font-style: normal; + font-weight: 400; + line-height: normal; + text-align: center; margin: 0; + padding-left: 2px; } p { diff --git a/src/global.scss b/src/global.scss index 4b44142..ce9da3e 100644 --- a/src/global.scss +++ b/src/global.scss @@ -14,7 +14,8 @@ body { display: flex; flex-direction: column; color: $primary-text; - background: $background-color; + background-image: url(../static/Background.png); + background-repeat: repeat-y repeat-x; font-family: Helvetica, sans-serif; line-height: 1.5; font-size: 1.1em; diff --git a/static/Background.png b/static/Background.png new file mode 100644 index 0000000..f52c9da Binary files /dev/null and b/static/Background.png differ