Add mobile flow

This commit is contained in:
James Stuckey Weber 2023-06-05 15:06:49 -04:00
parent 501adc6d3c
commit 287bf560fc
2 changed files with 6 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const playgroundTheme = EditorView.baseTheme({
'.cm-content': {
// Pull from _typography?
'font-family':
"'Source Code Pro', 'SF Mono', monaco, inconsolata, 'Fira Mono', 'Droid Sans Mono', monospace, monospace;",
"'Source Code Pro', 'SF Mono', monaco, inconsolata, 'Fira Mono', 'Droid Sans Mono', monospace;",
},
'.cm-scroller': {
overflow: 'auto',

View File

@ -15,8 +15,13 @@
.playground-wrapper {
display: flex;
flex-flow: column wrap;
gap: var(--sl-gutter);
@include breakpoints.sl-breakpoint--medium {
flex-flow: nowrap;
}
> div {
// Duplicated from fun fact- should this be defined elsewhere?
border: var(--sl-border--small) solid