Commit 4df52ab957173739e6754c4a5c95728f6714c65e

Authored by Rafael Diego
1 parent e75252c3

correções de css das respostas

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 {
... ...