Skip to content

Commit

Permalink
add adaptiv for about
Browse files Browse the repository at this point in the history
  • Loading branch information
dimamurugov committed May 17, 2020
1 parent d54f19a commit 6e96012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions components/AboutProject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default {};
flex-direction: column;
align-items: center;
background-color: #613a93;
width: 100vw;
padding: 90px 60px 100px 60px;
}
Expand All @@ -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;
Expand All @@ -86,7 +85,6 @@ export default {};
}
.about-project__list-names {
list-style-type: none;
padding-left: 0;
}
.about-project__name {
Expand All @@ -108,6 +106,7 @@ export default {};
}
.about-project__description {
padding-left: 0;
list-style-type: none;
}
.about-project__paragraph:first-child {
margin-bottom: 20px;
Expand All @@ -120,15 +119,13 @@ export default {};
color: #dedede;
max-width: 640px;
}
.about-project__place-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: 0px;
}
.about-project__place-container_information {
display: flex;
flex-direction: row;
Expand Down
1 change: 0 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default {
statistic: Statistic,
banner: Banner,
about: AboutProject,
},
};
Expand Down

0 comments on commit 6e96012

Please sign in to comment.