feat(landing): add backend bundles section

This commit is contained in:
u.ahmetvaliyev 2019-01-18 18:35:57 +03:00
parent a3f5d4f32b
commit be65f95645
8 changed files with 647 additions and 1 deletions

View file

@ -12,6 +12,8 @@
<ngx-landing-reviews-section></ngx-landing-reviews-section>
</div>
<ngx-backend-bundles-section id="backend-bundles"></ngx-backend-bundles-section>
<ngx-landing-our-projects-section></ngx-landing-our-projects-section>
<div class="gray-section">

View file

@ -19,7 +19,8 @@
ngx-landing-reviews-section,
ngx-landing-our-projects-section,
ngx-landing-social-section,
ngx-landing-contact-section {
ngx-landing-contact-section,
ngx-backend-bundles-section {
max-width: $content-width;
margin: 0 auto;
}