diff --git a/index.html b/index.html index b88b6ff..7fa6ee9 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
diff --git a/src/views/Page1/Page1.vue b/src/views/Page1/Page1.vue index fc222ad..eb9b23b 100644 --- a/src/views/Page1/Page1.vue +++ b/src/views/Page1/Page1.vue @@ -136,6 +136,9 @@ const download = () => { } } @media screen and (max-width: 750px) { + .introduce-section { + width: 100%; + } .example-section { width: 100%; }