Commit d20cbc50facdad73ebf0069c62205b32096c8485
Exists in
master
and in
4 other branches
Merge branch 'master' into staging
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
src/app/pages/programas/programas.scss
... | ... | @@ -321,9 +321,16 @@ |
321 | 321 | .gov-response--content { |
322 | 322 | .container { |
323 | 323 | margin-top: 40px; |
324 | + padding-left: 0px; | |
325 | + padding-right: 0px; | |
324 | 326 | |
325 | 327 | .row { |
326 | 328 | margin-bottom: 25px; |
329 | + // margin-left: 0px; | |
330 | + | |
331 | + img { | |
332 | + margin-left: 15px; | |
333 | + } | |
327 | 334 | } |
328 | 335 | |
329 | 336 | ul { | ... | ... |