Commit e1fb2ed69da981777f48913af1c2a4449be4e04f

Authored by Melissa Wen
2 parents 96f0d349 e03ba5ae
Exists in master

Merge branch 'master' of http://softwarepublico.gov.br/gitlab/melissawen/participa-site-template

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
_homeblocks.sass
... ... @@ -31,7 +31,7 @@
31 31 font-size: 13px
32 32 height: 24px
33 33 line-height: 24px
34   - margin: 25px 0
  34 + margin: 25px 0 20px
35 35 padding-left: 30px
36 36 text-decoration: none
37 37 text-transform: lowercase
... ... @@ -42,12 +42,13 @@
42 42 .container-block-plugin_container-block
43 43 margin-top: 20px
44 44 .block-outer
  45 + margin: 0
45 46 .display-content-block
46 47 background: #999999
47 48 border-top: 5px solid #E5E5E5
48 49 margin-right: 0px
49 50 padding: 25px 0 0 0
50   - width: 480px !important
  51 + width: 475px !important
51 52 .block-title
52 53 color: #EAE6C6
53 54 margin-bottom: 20px
... ... @@ -112,7 +113,7 @@
112 113 border-top: 5px solid #999999
113 114 margin-right: 5px
114 115 padding: 25px 15px 15px
115   - width: 450px !important
  116 + width: 445px !important
116 117 .block-title
117 118 color: #3B9AAD
118 119 margin-bottom: 25px
... ...