Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/bootstrap-4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cetinajero committed Nov 27, 2019
2 parents 0720d16 + fc16fea commit 6e1b76c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _includes/components/panels/brands.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<h5 class="post pt-4">{{ page.brand-panel.title }}</h5>
<p class="footer-font text-right">{{ page.brand-panel.text }}</p>
<hr>
<div class="row">
{% for brand in page.brand-panel.brands %}
<article class="col-12 col-md">
<a href="{{ brand.href }}">
<img src="https://grupopv-public.s3.amazonaws.com/assets/img/logos-provider/{{ brand.img }}.png" alt="{{ brand.name }}" title="{{ brand.name }}">
</a>
</article>
{% endfor %}
</div>
3 changes: 3 additions & 0 deletions _sass/components/videos/background.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[data-component="videos/background"] {
#cm-video-bg .white.text-center {
padding: 112px 0px;
}
@include media-breakpoint-up(lg) {
.fwb-video {
height: 900px;
Expand Down

0 comments on commit 6e1b76c

Please sign in to comment.