Fix public page pattern preview width
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user