Fix public page pattern preview width

This commit is contained in:
2026-06-24 09:56:50 +02:00
parent db690e2726
commit 2d34886338
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<title>Styleguide Public Page Patterns</title>
<link rel="stylesheet" href="../styleguide.css">
</head>
<body>
<body class="sg-page-public-page-patterns">
<h1 class="sg-main-heading">Patterns Public Page Patterns</h1>
@@ -73,6 +73,12 @@
width: 100%;
}
.sg-page-public-page-patterns .sg-preview-area {
display: flex;
flex-direction: column;
width: 100%;
}
@media (max-width: 48rem) {
.sg-text-block,
.sg-card--call-to-action-card {