- Variante: Portal Header ohne Options Row -
-ValueStockFinder
-
-
+
-
- Nächstes Element (Abstand nach unten: spacing-large) -
+
+
diff --git a/docs/styleguide/styles/02-base.css b/docs/styleguide/styles/02-base.css
index 96916b4..5b99cea 100644
--- a/docs/styleguide/styles/02-base.css
+++ b/docs/styleguide/styles/02-base.css
@@ -94,4 +94,3 @@ section + section {
border-radius: 0;
background: transparent;
}
-
diff --git a/docs/styleguide/styles/20-patterns-portal-header.css b/docs/styleguide/styles/20-patterns-portal-header.css
index 11c6614..9382804 100644
--- a/docs/styleguide/styles/20-patterns-portal-header.css
+++ b/docs/styleguide/styles/20-patterns-portal-header.css
@@ -66,3 +66,9 @@
gap: var(--spacing-small) var(--spacing-large);
}
}
+
+@media (max-width: 48rem) {
+ .sg-portal-header__brand {
+ font-size: calc(var(--font-size-portal-header-brand) * 0.8);
+ }
+}
diff --git a/public/assets/styleguide.upstream.css b/public/assets/styleguide.upstream.css
index a84a958..8d3e162 100644
--- a/public/assets/styleguide.upstream.css
+++ b/public/assets/styleguide.upstream.css
@@ -406,7 +406,6 @@ section + section {
background: transparent;
}
-
/* ========================================================= */
/* Typography helpers */
/* ========================================================= */
@@ -2026,6 +2025,12 @@ section + section {
}
}
+@media (max-width: 48rem) {
+ .sg-portal-header__brand {
+ font-size: calc(var(--font-size-portal-header-brand) * 0.8);
+ }
+}
+
/* ========================================================= */
/* Patterns: Options Row */
/* ========================================================= */
diff --git a/public/assets/styleguide.upstream.meta.json b/public/assets/styleguide.upstream.meta.json
index 5fab17c..36e2968 100644
--- a/public/assets/styleguide.upstream.meta.json
+++ b/public/assets/styleguide.upstream.meta.json
@@ -1,7 +1,7 @@
{
"styleguideVersion": "2026.05.18.1",
- "styleguideCommit": "cc9103b",
- "syncedAtUtc": "2026-06-10T11:28:58Z",
+ "styleguideCommit": "96d7915",
+ "syncedAtUtc": "2026-06-10T11:55:15Z",
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
"mirroredDocsPath": "docs/styleguide"
}
diff --git a/public/assets/styles.css b/public/assets/styles.css
index a84a958..8d3e162 100644
--- a/public/assets/styles.css
+++ b/public/assets/styles.css
@@ -406,7 +406,6 @@ section + section {
background: transparent;
}
-
/* ========================================================= */
/* Typography helpers */
/* ========================================================= */
@@ -2026,6 +2025,12 @@ section + section {
}
}
+@media (max-width: 48rem) {
+ .sg-portal-header__brand {
+ font-size: calc(var(--font-size-portal-header-brand) * 0.8);
+ }
+}
+
/* ========================================================= */
/* Patterns: Options Row */
/* ========================================================= */