diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index f251744..e9464ff 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -482,7 +482,7 @@ footer { padding-top: 3rem; font-family: "Marianne"; font-weight: 800; - font-size: 1.3rem; + font-size: 1.1rem; text-transform: lowercase; } footer div { display: flex; @@ -494,7 +494,7 @@ footer { footer div { flex-direction: column; } } footer h2 { - font-size: 1.3rem; } + font-size: 1.1rem; } footer section:not(:first-of-type) { border-left: #fdc300 solid 2px; padding-left: 2rem; } diff --git a/web/themes/custom/reha/scss/partials/_footer.scss b/web/themes/custom/reha/scss/partials/_footer.scss index 31f6543..98347f5 100644 --- a/web/themes/custom/reha/scss/partials/_footer.scss +++ b/web/themes/custom/reha/scss/partials/_footer.scss @@ -3,7 +3,7 @@ footer{ padding-top: 3rem; font-family: "Marianne"; font-weight: 800; - font-size: 1.3rem; + font-size: 1.1rem; text-transform: lowercase; div{ display: flex; @@ -17,7 +17,7 @@ footer{ } } - h2{font-size: 1.3rem;} + h2{font-size: 1.1rem;} section:not(:first-of-type){