10 lines
302 B
CSS
10 lines
302 B
CSS
/* ========================================================= */
|
|
/* Patterns: Public Page Patterns */
|
|
/* ========================================================= */
|
|
|
|
.sg-page-public-page-patterns .sg-preview-area {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
}
|