Commit 9deb58c126f5423de3ce9263d173a7a288062962
Exists in
master
and in
6 other branches
Merge branch 'master' into staging
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; |