diff --git a/src/app/footer/footer.component.scss b/src/app/footer/footer.component.scss index 753e18c..60bf177 100644 --- a/src/app/footer/footer.component.scss +++ b/src/app/footer/footer.component.scss @@ -13,7 +13,7 @@ .naam { font-size: 1.5rem; - font-weight: bold; + font-weight: 500; text-transform: uppercase; word-spacing: 0.7rem; margin-bottom: 0.5rem; diff --git a/src/app/hero/hero.component.html b/src/app/hero/hero.component.html index 787fc70..0b45065 100644 --- a/src/app/hero/hero.component.html +++ b/src/app/hero/hero.component.html @@ -1,5 +1,5 @@ Logo dark Logo light

Ontvlambaar

-Jullie het vuur, wij de branding +Jullie het vuur, wij de branding diff --git a/src/app/hero/hero.component.scss b/src/app/hero/hero.component.scss index 55ad577..1305fb6 100644 --- a/src/app/hero/hero.component.scss +++ b/src/app/hero/hero.component.scss @@ -33,10 +33,10 @@ img { @media only screen and (max-width: $small-screen) { h1 { - font-size: 2rem; + font-size: 3rem; } .slogan { - font-size: 1.5rem; + font-size: 2rem; } :host { diff --git a/src/app/services/services.component.scss b/src/app/services/services.component.scss index a4b1361..0ff54b0 100644 --- a/src/app/services/services.component.scss +++ b/src/app/services/services.component.scss @@ -16,7 +16,7 @@ gap: 1rem; h2 { - font-size: 1.3rem; + font-size: 1.5rem; font-weight: 300; margin: 0; display: flex; @@ -36,6 +36,10 @@ width: fit-content; align-self: flex-start; + h2 { + font-size: 1.3rem; + } + img { height: 100%; } diff --git a/src/styles.scss b/src/styles.scss index 8eba90f..984757b 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -17,6 +17,10 @@ html { .only-on-dark { display: none; } + + h2 { + font-weight: 500; + } } [data-theme="dark"] {