From 65d7e47778bf6a683fe6eeb1c46d2557a747cff3 Mon Sep 17 00:00:00 2001 From: murbook Date: Sun, 17 May 2020 19:29:57 +0300 Subject: [PATCH] fixed again shit --- components/AboutProject.vue | 11 +++-------- pages/index.vue | 3 --- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/components/AboutProject.vue b/components/AboutProject.vue index a6b3a31..f579afc 100644 --- a/components/AboutProject.vue +++ b/components/AboutProject.vue @@ -5,7 +5,7 @@

О проекте

-
+

Этот проект был создан благотворительным фондом Константина Хабенского. @@ -65,7 +65,6 @@ export default {}; line-height: 77px; text-align: center; color: #ffffff; - margin: 0 0 70px 0; } .about-project__subtitle { @@ -87,7 +86,6 @@ export default {}; } .about-project__list-names { list-style-type: none; - padding-left: 0; } .about-project__name { @@ -131,7 +129,7 @@ export default {}; grid-row-gap: 0px; } -.about-project__place-container_information { +.about-project__place-container-information { display: flex; flex-direction: row; justify-content: space-between; @@ -204,7 +202,7 @@ export default {}; border-bottom: 2px solid #ffffff; } - .about-project__place-container_information { + .about-project__place-container-information { flex-direction: column; } .about-project__name { @@ -243,9 +241,6 @@ export default {}; border-bottom: 2px solid #ffffff; } - .about-project__place-container_information { - flex-direction: column; - } .about-project__name { margin: 0 30px 30px 0; } diff --git a/pages/index.vue b/pages/index.vue index d5111cc..82508c7 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -16,7 +16,6 @@ import video from '@/components/video'; import Stories from '@/components/Stories'; import Instagram from '~/components/Instagram'; import TellYourStory from '~/components/TellYourStory'; - import Statistic from '@/components/Statistic'; import AboutProject from '~/components/AboutProject'; @@ -26,10 +25,8 @@ export default { stories: Stories, instagram: Instagram, your_story: TellYourStory, - statistic: Statistic, banner: Banner, - about: AboutProject, }, };