Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
锋子 committed Jan 24, 2023
1 parent 26a5f12 commit ece22fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
Expand Down
3 changes: 3 additions & 0 deletions src/views/Page1/Page1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ const download = () => {
}
}
@media screen and (max-width: 750px) {
.introduce-section {
width: 100%;
}
.example-section {
width: 100%;
}
Expand Down

0 comments on commit ece22fd

Please sign in to comment.