Skip to content

Instantly share code, notes, and snippets.

@able8
Created March 23, 2019 03:05
Show Gist options
  • Save able8/d7a203c6ff6a407e55a965c56ea3eb19 to your computer and use it in GitHub Desktop.
Save able8/d7a203c6ff6a407e55a965c56ea3eb19 to your computer and use it in GitHub Desktop.
/* styletag_3.css by styleurl */
body {
margin: 10px 0px;
}
#app, div.input-area {
height: 650px;
}
div#main {
height: 650px;
max-width: unset;
}
#bar {
max-width: unset;
}
/* skeleton.css */
.container {
max-width: unset;
}
@media (min-width: 550px) {
.container {
width: 90%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment