Skip to content

Commit

Permalink
add wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamjajoo committed Jul 14, 2021
1 parent ccd595b commit fb31b17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
4 changes: 2 additions & 2 deletions frontend_v2/src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ <h3 class="fw-light center">Sponsors</h3>
</div>
</div>
</section>
<section class="ev-container text-med-black ev-super-light-bg">
<div class="grad-container-testimonial text-med-black">
<section class="ev-container testimonial-wrapper text-med-black ev-super-light-bg">
<div class="grad-container text-med-black">
<div class="row">
<h3 class="fw-light center">Testimonials</h3>
</div>
Expand Down
17 changes: 4 additions & 13 deletions frontend_v2/src/app/components/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,22 +166,13 @@ p {
padding-bottom: 40px;
}
}
}

.grad-container-testimonial {
max-width: 1400px;
margin: 0 auto;
padding: 60px 100px 40px 100px;
clear: both;
}

@media screen and (max-width: 992px){
.grad-container-testimonial {
padding: 10px;
.testimonial-wrapper {
.grad-container {
padding:0px;
}
}
}


#gsoc {
height: 45%;
}
Expand Down

0 comments on commit fb31b17

Please sign in to comment.