Commit c8192d3db748833b3129b1000a112a7c12495bf9

Authored by Rafael Diego
2 parents badd43d2 5c23edaf

Merge branch 'correcoes-css'

Showing 1 changed file with 15 additions and 0 deletions   Show diff stats
src/app/pages/programas/programas.scss
... ... @@ -318,3 +318,18 @@
318 318 }
319 319 }
320 320  
  321 +.gov-response--content {
  322 + .container {
  323 + margin-top: 40px;
  324 +
  325 + .row {
  326 + margin-bottom: 25px;
  327 + }
  328 +
  329 + ul {
  330 + li {
  331 + padding-bottom: 15px;
  332 + }
  333 + }
  334 + }
  335 +}
321 336 \ No newline at end of file
... ...