Skip to content

Instantly share code, notes, and snippets.

@gregkohn
Last active September 19, 2016 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregkohn/474f754c545fad192e1007194fae6b89 to your computer and use it in GitHub Desktop.
Save gregkohn/474f754c545fad192e1007194fae6b89 to your computer and use it in GitHub Desktop.
CSS for Nunjucks playground within styleguide
.phalanx-code-editor,
.phalanx-html-output {
width: 50%;
float: left;
height: 90vh;
}
.phalanx-code-editor .content.active {
height: 90vh;
}
.phalanx-html-output {
padding: 20px;
}
.phalanx-editor-tabs {
height: auto !important;
}
.js-phalanx-code-editor {
overflow: visible !important;
}
@gregkohn
Copy link
Author

Applied using Stylish to http://localhost:3000/media_objects_-_stat_list_object.html#a-stat-list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment