Fix public page pattern preview width
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<title>Styleguide – Public Page Patterns</title>
|
<title>Styleguide – Public Page Patterns</title>
|
||||||
<link rel="stylesheet" href="../styleguide.css">
|
<link rel="stylesheet" href="../styleguide.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="sg-page-public-page-patterns">
|
||||||
|
|
||||||
<h1 class="sg-main-heading">Patterns – Public Page Patterns</h1>
|
<h1 class="sg-main-heading">Patterns – Public Page Patterns</h1>
|
||||||
|
|
||||||
|
|||||||
@@ -73,6 +73,12 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-page-public-page-patterns .sg-preview-area {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
.sg-text-block,
|
.sg-text-block,
|
||||||
.sg-card--call-to-action-card {
|
.sg-card--call-to-action-card {
|
||||||
|
|||||||
Reference in New Issue
Block a user