From 6e9601290357b7c35cb660e8880bf5d89ed30fae Mon Sep 17 00:00:00 2001 From: murbook Date: Tue, 12 May 2020 23:57:23 +0300 Subject: [PATCH] add adaptiv for about --- components/AboutProject.vue | 7 ++----- pages/index.vue | 1 - 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/components/AboutProject.vue b/components/AboutProject.vue index 6d83527..6d849d6 100644 --- a/components/AboutProject.vue +++ b/components/AboutProject.vue @@ -48,7 +48,6 @@ export default {}; flex-direction: column; align-items: center; background-color: #613a93; - width: 100vw; padding: 90px 60px 100px 60px; } @@ -65,7 +64,7 @@ export default {}; line-height: 77px; text-align: center; color: #ffffff; - margin: 90px 0 70px 0; + margin: 0 0 70px 0; } .about-project__subtitle { font-style: normal; @@ -86,7 +85,6 @@ export default {}; } .about-project__list-names { list-style-type: none; - padding-left: 0; } .about-project__name { @@ -108,6 +106,7 @@ export default {}; } .about-project__description { padding-left: 0; + list-style-type: none; } .about-project__paragraph:first-child { margin-bottom: 20px; @@ -120,7 +119,6 @@ export default {}; color: #dedede; max-width: 640px; } - .about-project__place-container { display: grid; grid-template-columns: repeat(2, 1fr); @@ -128,7 +126,6 @@ export default {}; grid-column-gap: 40px; grid-row-gap: 0px; } - .about-project__place-container_information { display: flex; flex-direction: row; diff --git a/pages/index.vue b/pages/index.vue index d5111cc..03f320c 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -29,7 +29,6 @@ export default { statistic: Statistic, banner: Banner, - about: AboutProject, }, };