Commit 330a3db6185f77f03c7912fca7ac46380c5531e0

Authored by Leandro Santos
1 parent fd682d0a

put the context text larger

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
src/app/pages/programas/programas.scss
... ... @@ -144,9 +144,12 @@
144 144 }
145 145  
146 146 p {
147   - font-size: 14px;
  147 + font-size: inherit;
148 148 line-height: 18px;
149 149 }
  150 + p.larger {
  151 + font-size: larger;
  152 + }
150 153  
151 154 .container > .row {
152 155 margin-bottom: 40px;
... ...