Skip to content

Commit f1338bc

Browse files
committed
added laptop sized height and width to export project code routes
1 parent a0bdc21 commit f1338bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/nav-buttons/ExportMenu.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,8 @@ export default {
466466
.router-view {
467467
margin:auto;
468468
background-color: gray;
469+
height: 720px;
470+
width: 1280px;
469471
}
470472
</style >`
471473
} else return `\n\n<style scoped>\n${styleString}</style >`;

0 commit comments

Comments
 (0)