From a4639d351b89b004ce662fa12a0b61fb1edcec7e Mon Sep 17 00:00:00 2001 From: astosic Date: Thu, 31 Jul 2025 12:48:54 +0200 Subject: [PATCH] Zwischenstand 310725 --- assets/scss/_common.scss | 21 ++----------- assets/scss/_typography.scss | 3 +- assets/scss/custom.scss | 4 --- layouts/index.html | 2 +- ...s_d9077b5cab49df084fb1a39ad4b1e75d.content | 30 ++++--------------- 5 files changed, 11 insertions(+), 49 deletions(-) diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss index a411b5d..1181fd4 100644 --- a/assets/scss/_common.scss +++ b/assets/scss/_common.scss @@ -251,7 +251,6 @@ input[type="tel"] { } } - .section-title { margin-bottom: 20px; @@ -263,26 +262,14 @@ input[type="tel"] { margin: 0; padding: 10px 0; } -} - @media (max-width: 480px) { + @media (max-width: 480px) { font-size: 1.2em; /* Noch kleinere Schriftgröße für sehr kleine Geräte */ } - p { - font-style: italic; - color: darken($light, 57.64); - font-family: $font-secondary; - font-size: 1em; /* Standard Schriftgröße für p */ +} - @media (max-width: 768px) { - font-size: 0.9em; /* Kleinere Schriftgröße für mobile Geräte */ - } - - @media (max-width: 480px) { - font-size: 0.8em; /* Noch kleinere Schriftgröße für sehr kleine Geräte */ - } - } + @@ -435,8 +422,6 @@ input[type="tel"] { } select { - -webkit-appearance: none; - -moz-appearance: none; cursor: pointer; border: none; padding: 0; diff --git a/assets/scss/_typography.scss b/assets/scss/_typography.scss index 991f90b..cca9d57 100644 --- a/assets/scss/_typography.scss +++ b/assets/scss/_typography.scss @@ -60,7 +60,8 @@ h3 { } p { - font-size: clamp(1rem, 1.5vw, 1.125rem); + font-style: normal; + font-size: clamp(1.3rem, 1.5vw, 1.4rem); margin-bottom: 1.25rem; line-height: 1.6; } diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 26a4f59..a1085ab 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -286,15 +286,11 @@ section { /* Titel & Copy nutzen deine Basis-Typo, nur kleine Anpassungen */ .service-card-title { - font: inherit; font-weight: 600; margin: .25rem 0 .5rem; - color: #0f2f2f; } .service-card-description { - font: inherit; - color: #444; line-height: 1.6; margin: 0; } diff --git a/layouts/index.html b/layouts/index.html index 1503aa4..deb2937 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -117,7 +117,7 @@ document.addEventListener('DOMContentLoaded', function () {
-
+
diff --git a/resources/_gen/assets/scss/style.scss_d9077b5cab49df084fb1a39ad4b1e75d.content b/resources/_gen/assets/scss/style.scss_d9077b5cab49df084fb1a39ad4b1e75d.content index b633391..c42daa8 100644 --- a/resources/_gen/assets/scss/style.scss_d9077b5cab49df084fb1a39ad4b1e75d.content +++ b/resources/_gen/assets/scss/style.scss_d9077b5cab49df084fb1a39ad4b1e75d.content @@ -45,7 +45,8 @@ h3 { color: inherit; } p { - font-size: clamp(1rem, 1.5vw, 1.125rem); + font-style: normal; + font-size: clamp(1.3rem, 1.5vw, 1.4rem); margin-bottom: 1.25rem; line-height: 1.6; } @@ -277,24 +278,9 @@ input[type="tel"] { .section-title h2 { margin: 0; padding: 10px 0; } - -@media (max-width: 480px) { - font-size: 1.2em; - /* Noch kleinere Schriftgröße für sehr kleine Geräte */ } - -p { - font-style: italic; - color: #626262; - font-family: "Open Sans Semibold", serif; - font-size: 1em; - /* Standard Schriftgröße für p */ } - @media (max-width: 768px) { - p { - font-size: 0.9em; - /* Kleinere Schriftgröße für mobile Geräte */ } } @media (max-width: 480px) { - p { - font-size: 0.8em; + .section-title { + font-size: 1.2em; /* Noch kleinere Schriftgröße für sehr kleine Geräte */ } } .section-subtitle { font-size: 28px; @@ -390,8 +376,6 @@ p { top: 4px; font-size: 10px; } .commonSelect select { - -webkit-appearance: none; - -moz-appearance: none; cursor: pointer; border: none; padding: 0; @@ -2754,14 +2738,10 @@ section { /* Titel & Copy nutzen deine Basis-Typo, nur kleine Anpassungen */ .service-card-title { - font: inherit; font-weight: 600; - margin: .25rem 0 .5rem; - color: #0f2f2f; } + margin: .25rem 0 .5rem; } .service-card-description { - font: inherit; - color: #444; line-height: 1.6; margin: 0; }