We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0bba2 commit ab772aeCopy full SHA for ab772ae
2 files changed
index.html
@@ -15,5 +15,6 @@
15
<div id="app"></div>
16
<script type="module" src="./src/main.js"></script>
17
<script src="https://kit.fontawesome.com/b9c6197a7b.js" crossorigin="anonymous"></script>
18
+ <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap" rel="stylesheet">
19
</body>
20
</html>
src/views/home.vue
@@ -33,7 +33,7 @@
33
34
&:nth-child(1){
35
padding-top: 80px;
36
- height: 100dvh;
+ height: 100vh;
37
display: flex;
38
justify-content: center;
39
0 commit comments