Skip to content

Commit

Permalink
fixed again shit
Browse files Browse the repository at this point in the history
  • Loading branch information
dimamurugov committed May 17, 2020
1 parent d7069fb commit 65d7e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 3 additions & 8 deletions components/AboutProject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p class="about-project__subtitle">О проекте</p>

<div class="about-project__place-container">
<div class="about-project__place-container_information">
<div class="about-project__place-container-information">
<p class="about-project__company-creator">
Этот проект был создан благотворительным фондом Константина
Хабенского.
Expand Down Expand Up @@ -65,7 +65,6 @@ export default {};
line-height: 77px;
text-align: center;
color: #ffffff;
margin: 0 0 70px 0;
}
.about-project__subtitle {
Expand All @@ -87,7 +86,6 @@ export default {};
}
.about-project__list-names {
list-style-type: none;
padding-left: 0;
}
.about-project__name {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down
3 changes: 0 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -26,10 +25,8 @@ export default {
stories: Stories,
instagram: Instagram,
your_story: TellYourStory,
statistic: Statistic,
banner: Banner,
about: AboutProject,
},
};
Expand Down

0 comments on commit 65d7e47

Please sign in to comment.