Commit 330a3db6185f77f03c7912fca7ac46380c5531e0
1 parent
fd682d0a
Exists in
master
and in
6 other branches
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,9 +144,12 @@ | ||
| 144 | } | 144 | } |
| 145 | 145 | ||
| 146 | p { | 146 | p { |
| 147 | - font-size: 14px; | 147 | + font-size: inherit; |
| 148 | line-height: 18px; | 148 | line-height: 18px; |
| 149 | } | 149 | } |
| 150 | + p.larger { | ||
| 151 | + font-size: larger; | ||
| 152 | + } | ||
| 150 | 153 | ||
| 151 | .container > .row { | 154 | .container > .row { |
| 152 | margin-bottom: 40px; | 155 | margin-bottom: 40px; |