diff --git a/assets/index.scss b/assets/index.scss index d730317..c142b23 100644 --- a/assets/index.scss +++ b/assets/index.scss @@ -16,6 +16,11 @@ height: 90px; justify-content: center; } +@media screen and (max-width: 786px) { + .box_1 { + height: 60px; + } +} .image_1 { width: 154px; diff --git a/components/AppFooter.vue b/components/AppFooter.vue index 8d340c3..5137fbc 100644 --- a/components/AppFooter.vue +++ b/components/AppFooter.vue @@ -45,6 +45,7 @@