We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a799638 commit 6f7fa76Copy full SHA for 6f7fa76
app/frontend/editor/mixins/global.js
@@ -115,7 +115,7 @@ Vue.mixin({
115
deviceWidthMap() {
116
return {
117
mobile: 375,
118
- tablet: 1024,
+ tablet: 768,
119
}
120
},
121
app/frontend/editor/views/page-preview.vue
@@ -148,7 +148,7 @@ export default {
148
149
150
.tablet {
151
- width: 1024px;
+ width: 768px;
152
height: 100%;
153
/* max-height: 1366px; */
154
0 commit comments