Skip to content

Commit

Permalink
remove padding for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamjajoo committed Jul 14, 2021
1 parent aa71786 commit ccd595b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_v2/src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ <h3 class="fw-light center">Sponsors</h3>
</div>
</section>
<section class="ev-container text-med-black ev-super-light-bg">
<div class="grad-container text-med-black">
<div class="grad-container-testimonial text-med-black">
<div class="row">
<h3 class="fw-light center">Testimonials</h3>
</div>
Expand Down
13 changes: 13 additions & 0 deletions frontend_v2/src/app/components/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,19 @@ p {
}
}

.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;
}
}


#gsoc {
height: 45%;
Expand Down

0 comments on commit ccd595b

Please sign in to comment.