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 389695b commit 94c5af4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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 @@ -48,7 +48,6 @@ export default {};
flex-direction: column;
align-items: center;
background-color: #613a93;
width: 100vw;
padding: 90px 60px 100px 60px;
}
Expand Down Expand Up @@ -107,7 +106,6 @@ export default {};
}
.about-project__description {
padding-left: 0;
list-style-type: none;
}
.about-project__paragraph:first-child {
Expand All @@ -121,16 +119,14 @@ 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 {
.about-project__place-container_information {
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down

0 comments on commit 94c5af4

Please sign in to comment.