Commit ac15fec163ade1eb6ad3aa46a3ecbfed587abbd4
1 parent
95c326d0
Exists in
master
and in
8 other branches
Small fixes at content styles
Showing
3 changed files
with
17 additions
and
1 deletions
Show diff stats
src/app/layout.scss
src/app/pages/programas/programa.html
... | ... | @@ -206,7 +206,7 @@ |
206 | 206 | </section> |
207 | 207 | |
208 | 208 | <section class="section-content"> |
209 | - <article class="program-content" ng-if="pagePrograma.article"> | |
209 | + <article class="program-content" ng-if="pagePrograma.article" ng-class="pagePrograma.article.slug"> | |
210 | 210 | <div ng-bind-html="pagePrograma.article.bodyTrusted"></div> |
211 | 211 | </article> |
212 | 212 | </section> | ... | ... |