Skip to content

Commit

Permalink
ourGoals img class fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaifArfan committed Sep 29, 2021
1 parent cacec41 commit 3b7b0f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion about.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
grid-row: auto;
gap: 1rem;
}
.ourStory__img1 {
.ourGoals__img1 {
grid-row: 1/3;
}
@media only screen and (min-width: 768px) {
Expand Down
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ <h3 class="ourGoals__title">
</p>
</div>
<div class="ourGoals__imgs__wrapper" data-aos="fade-up">
<div class="ourStory__img1">
<div class="ourGoals__img1">
<img src="./images/ourGoals_img1.png" alt="kitchen img">
</div>
<div class="ourStory__img2">
<div class="ourGoals__img2">
<img src="./images/ourGoals_img2.png" alt="kitchen img">
</div>
<div class="ourStory__img3">
<div class="ourGoals__img3">
<img src="./images/ourGoals_img3.png" alt="kitchen img">
</div>
</div>
Expand Down
11 changes: 3 additions & 8 deletions home.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,13 +447,11 @@
}
.whyUs__left {
flex: 4;
text-align: left;
}
.whyUs__right {
flex: 3;
}
.whyUs__left {
text-align: left;
}
.whyUs__title {
font-size: 3.6rem;
margin-bottom: 2rem;
Expand Down Expand Up @@ -488,6 +486,7 @@
font-size: 1.8rem;
margin-bottom: 3rem;
text-align: center;
color: var(--black-1);
}
.testimonial__items__wrapper {
display: grid;
Expand All @@ -497,12 +496,9 @@
.testimonial__item {
padding: 1rem;
display: flex;
/* align-items: stretch;
justify-content: stretch; */
gap: 1rem;
background-color: var(--lightGreen-1);
border-radius: 12px;
/* height: min-content; */
}
.testimonial__item__info {
flex: 4;
Expand Down Expand Up @@ -533,7 +529,6 @@
@media only screen and (min-width: 768px) {
.testimonial__wrapper {
max-width: 900px;
margin: 0 auto;
}
.testimonial__title {
font-size: 3.6rem;
Expand Down Expand Up @@ -564,7 +559,7 @@
}
.testimonial__item__img,
.testimonial__item__info {
flex: 1;
flex: auto;
}
}
/* End Testimonial Section */
Expand Down

0 comments on commit 3b7b0f4

Please sign in to comment.