Skip to content

Commit ab772ae

Browse files
committed
修改:1.增加字形2.更改home hero的顯示尺寸
1 parent cb0bba2 commit ab772ae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
<div id="app"></div>
1616
<script type="module" src="./src/main.js"></script>
1717
<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">
1819
</body>
1920
</html>

src/views/home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
&:nth-child(1){
3535
padding-top: 80px;
36-
height: 100dvh;
36+
height: 100vh;
3737
display: flex;
3838
justify-content: center;
3939

0 commit comments

Comments
 (0)