From 58a8f55ba76ff7a11a575f4bf3811deec3e6a969 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sat, 12 Nov 2022 14:54:42 +0600 Subject: [PATCH] fixed contacts max container size --- pages/contacts.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/contacts.vue b/pages/contacts.vue index 057b8d8..40fcdd0 100644 --- a/pages/contacts.vue +++ b/pages/contacts.vue @@ -76,6 +76,7 @@ definePageMeta({ layout: "landing" }); .contacts { margin-top: 60px; + max-width: 700px; @include phone { margin-top: 40px;