Add public content element width token

This commit is contained in:
2026-06-23 17:42:13 +02:00
parent 84c0ceecfe
commit 0d3f1bbd27
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -254,7 +254,7 @@
}
.sg-page-cards-public-page .sg-cards-public-page__cta-right-card {
width: 60%;
width: var(--layout-public-content-element-width);
max-width: none;
margin-inline-start: auto;
}