Skip to content

Commit f341906

Browse files
committed
new release
1 parent 107b304 commit f341906

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,11 @@
228228
}
229229
.docs-container .docs-content-container {
230230
flex: 1 1 auto;
231-
margin-left: 30px;
231+
}
232+
@media screen and (min-width: 850px) {
233+
.docs-container .docs-content-container {
234+
margin-left: 30px;
235+
}
232236
}</style><style type="text/css">.btn {
233237
background-color: #cacaca;
234238
line-height: 40px;

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,11 @@
228228
}
229229
.docs-container .docs-content-container {
230230
flex: 1 1 auto;
231-
margin-left: 30px;
231+
}
232+
@media screen and (min-width: 850px) {
233+
.docs-container .docs-content-container {
234+
margin-left: 30px;
235+
}
232236
}</style><style type="text/css">.btn {
233237
background-color: #cacaca;
234238
line-height: 40px;

0 commit comments

Comments
 (0)