ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
30 lines (25 loc) • 479 B
CSS
/*
Put anything you reference with "url()" in ../assets/
This way, you can minify your application, and just remove the "source" folder for production
*/
.panzoomview-demoButton {
margin:8px;
}
.panzoomview-demo {
width: 800px;
height:500px;
margin:auto;
background-color:gray;
}
@media all and (max-width: 900px) {
.panzoomview-demo {
width: 550px;
height:400px;
}
}
@media all and (max-width: 650px) {
.panzoomview-demo {
width: 280px;
height:250px;
}
}