diff --git a/src/App.vue b/src/App.vue index b417523..3c905b6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,7 +17,12 @@ - + @@ -178,7 +183,7 @@ onBeforeUnmount(() => { .i-icon { transform: translateY(2px); } - @media (min-width: 720px) { + @media (min-width: 721px) { display: none; } } diff --git a/src/components/Background.vue b/src/components/Background.vue index 178cfd5..2b8e385 100644 --- a/src/components/Background.vue +++ b/src/components/Background.vue @@ -1,5 +1,5 @@