Commit 6b2e849a5a22a335fff68b78d69e41c84aecf458

Authored by Leonardo Merlin
1 parent 43faa497

Fix content theme color

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/app/pages/programas/programa.html
... ... @@ -18,8 +18,8 @@
18 18 </div>
19 19 </section>
20 20  
21   - <div role="main">
22   - <section ng-if="pagePrograma.article.body" ng-class="pagePrograma.category.slug">
  21 + <div role="main" ng-class="pagePrograma.category.slug">
  22 + <section ng-if="pagePrograma.article.body">
23 23 <div class="container">
24 24 <div class="row">
25 25 <article class="program-preview">
... ...