Skip to content

Commit

Permalink
try viewport scale 0
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 2, 2023
1 parent 82b3e77 commit b3d8061
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1028px,initial-scale=1.0" />
<meta name="viewport" content="width=1028px,initial-scale=0" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74257268-2"></script>
<script>
Expand Down
7 changes: 0 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ export default {
font-weight: bold;
font-style: normal;
}
@media only screen and (max-width: 844px) {
.el-message-box {
position: absolute !important;
top: 30vh !important;
left: 10vh !important;
}
}
body {
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
Expand Down

0 comments on commit b3d8061

Please sign in to comment.