Clean up public page component docs and alignment

This commit is contained in:
2026-06-24 10:49:56 +02:00
parent f0dbdadeae
commit 749b787f53
3 changed files with 8 additions and 6 deletions
@@ -67,6 +67,10 @@
justify-content: flex-end;
}
.sg-call-to-action-card--align-right {
margin-left: auto;
}
.sg-picture-full-width {
display: block;
width: 100%;
@@ -82,8 +86,7 @@
@media (max-width: 48rem) {
.sg-text-block,
.sg-card--call-to-action-card,
.sg-picture-full-width {
.sg-card--call-to-action-card {
width: 100%;
}
}