Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-24 11:40:00 +02:00
parent 1f30c8c1aa
commit 7391685617
4 changed files with 20 additions and 2 deletions
+6
View File
@@ -76,6 +76,12 @@ section + section {
line-height: var(--line-height-base); line-height: var(--line-height-base);
} }
@media (max-width: 48rem) {
.sg-heading-h2 {
font-size: calc(var(--font-size-h2) * 0.9);
}
}
.sg-preview-label { .sg-preview-label {
margin: 0 0 var(--spacing-small) 0; margin: 0 0 var(--spacing-small) 0;
font-family: var(--font-family-base); font-family: var(--font-family-base);
+6
View File
@@ -398,6 +398,12 @@ section + section {
line-height: var(--line-height-base); line-height: var(--line-height-base);
} }
@media (max-width: 48rem) {
.sg-heading-h2 {
font-size: calc(var(--font-size-h2) * 0.9);
}
}
.sg-preview-label { .sg-preview-label {
margin: 0 0 var(--spacing-small) 0; margin: 0 0 var(--spacing-small) 0;
font-family: var(--font-family-base); font-family: var(--font-family-base);
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"styleguideVersion": "2026.05.18.1", "styleguideVersion": "2026.05.18.1",
"styleguideCommit": "f334722", "styleguideCommit": "c3c939f",
"syncedAtUtc": "2026-06-24T09:18:21Z", "syncedAtUtc": "2026-06-24T09:40:00Z",
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide", "sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
"mirroredDocsPath": "docs/styleguide" "mirroredDocsPath": "docs/styleguide"
} }
+6
View File
@@ -398,6 +398,12 @@ section + section {
line-height: var(--line-height-base); line-height: var(--line-height-base);
} }
@media (max-width: 48rem) {
.sg-heading-h2 {
font-size: calc(var(--font-size-h2) * 0.9);
}
}
.sg-preview-label { .sg-preview-label {
margin: 0 0 var(--spacing-small) 0; margin: 0 0 var(--spacing-small) 0;
font-family: var(--font-family-base); font-family: var(--font-family-base);