Commit c17b8344a99ad7cd37ceaccc54049ffb510d90b6
1 parent
1dbb3af3
Exists in
master
and in
8 other branches
Remove fluid from home container
Showing
2 changed files
with
8 additions
and
4 deletions
Show diff stats
src/app/partials/inicio/inicio.html
... | ... | @@ -11,6 +11,8 @@ |
11 | 11 | </div> |
12 | 12 | </div> |
13 | 13 | </section> |
14 | -<section class="container-fluid section-programas"> | |
15 | - <programa-list ng-if="inicio.article" article="inicio.article"></programa-list> | |
14 | +<section class="section-gray"> | |
15 | + <div class="container"> | |
16 | + <programa-list ng-if="inicio.article" article="inicio.article"></programa-list> | |
17 | + </div> | |
16 | 18 | </section> | ... | ... |